Compare commits

..

No commits in common. '4e50b6d30ec4be6f730b129d57e08531f1bda929' and '9dac84960eeb1e3c097757c8726f81b601eb3cd0' have entirely different histories.

  1. 5
      src/views/centerairC/delaySwitch/index.vue

5
src/views/centerairC/delaySwitch/index.vue

@ -282,7 +282,8 @@ export default {
hadleOperationConrol(id, param) { hadleOperationConrol(id, param) {
let data = { let data = {
id: id, id: id,
param: param param: param,
type: 1,
}; };
console.log("操作参数", data); console.log("操作参数", data);
operationConrol([data]) operationConrol([data])
@ -297,7 +298,7 @@ export default {
// loading // loading
this.loading = false; this.loading = false;
}); });
}, 4000); }, 6000);
} else { } else {
// this.$modal.msgError(""); // this.$modal.msgError("");
console.log("应该更新状态的"); console.log("应该更新状态的");

Loading…
Cancel
Save