From fce2e9a7ee182059d02b48cc080bd1e24556a6a7 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 18 Apr 2025 18:06:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BB=B6=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/centerairC/delaySwitch/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/centerairC/delaySwitch/index.vue b/src/views/centerairC/delaySwitch/index.vue index f8199cb..36d2a90 100644 --- a/src/views/centerairC/delaySwitch/index.vue +++ b/src/views/centerairC/delaySwitch/index.vue @@ -282,8 +282,7 @@ export default { hadleOperationConrol(id, param) { let data = { id: id, - param: param, - type: 1, + param: param }; console.log("操作参数", data); operationConrol([data]) @@ -298,7 +297,7 @@ export default { // 关闭 loading 效果 this.loading = false; }); - }, 6000); + }, 4000); } else { // this.$modal.msgError("操作失败"); console.log("应该更新状态的");