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'); } }