wuxw
2020-01-14 69e2baf5518079bfc16cfadc2fb29842fb3de85d
WebService/src/main/resources/components/machinePackage/machine-state/machineState.js
@@ -20,11 +20,11 @@
            });
        },
        methods: {
            machineState: function () {
            _changeMachineState: function () {
                vc.component.machineStateInfo.communityId = vc.getCurrentCommunity().communityId;
                vc.http.post(
                    'machineState',
                    'delete',
                    'update',
                    JSON.stringify(vc.component.machineStateInfo),
                    {
                        emulateJSON: true
@@ -45,7 +45,7 @@
                    });
            },
            closeDeleteMachineModel: function () {
            _closeMachineStateModel: function () {
                $('#machineStateModel').modal('hide');
            }
        }