From c887bb7836b82573c0bc7d11b8dd46b4d7e522e1 Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期四, 14 九月 2023 18:11:55 +0800 Subject: [PATCH] 预测性维护工单 --- src/views/eam/PredictiveWorkPlanList.vue | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/views/eam/PredictiveWorkPlanList.vue b/src/views/eam/PredictiveWorkPlanList.vue index fe4d1b0..0a96f78 100644 --- a/src/views/eam/PredictiveWorkPlanList.vue +++ b/src/views/eam/PredictiveWorkPlanList.vue @@ -393,7 +393,8 @@ this.selectionRows = [] this.planId = '' this.equipmentId = '' - this.isAdd = false + this.isAdd = falses + }, handleDelete: function(id) { if (!this.url.delete) { @@ -452,7 +453,7 @@ const that = this that.confirmLoading = true this.$confirm({ - title: '鏃ュ父淇濆吇鏍囧噯鐗堟湰鐢熸晥锛�', + title: '鐗堟湰鐢熸晥锛�', content: '鎻愮ず锛氱増鏈敓鏁堝悗涓婁竴鐗堟湰灏嗚嚜鍔ㄥけ鏁堬紝璇疯皑鎱庢搷浣滐紒', okText: '纭', cancelText: '鍙栨秷', @@ -474,10 +475,6 @@ } }) }, - - searchReset() { - this.loadData(1) - } } } </script> -- Gitblit v1.9.3