| components/machine.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
components/machine.vue
@@ -86,11 +86,12 @@ }, methods: { // 处理调机开始按钮点击 handleMaStartTime() { if (!this.maStartTime) { this.setMaStartTime(); } }, handleMaStartTime() { if (!this.maStartTime) { this.setMaStartTime(); this.flag = -1; // 调机开始按钮按下时回传的flag=-1 } }, // 处理送检呼叫按钮点击 handleMaShoutTime() { if (!this.maShoutTime) { @@ -157,7 +158,6 @@ case 1: this.maShoutTime = this.$getDate('yyyy-mm-dd hh24:mi:ss'); this.flag = -1; // 送检呼叫有值后,flag始终为-1 this.refresh(); // 刷新界面 break; case 2: break;