From bc16532a692285634c07271ce1d2fabbb1cc828a Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Fri, 13 Dec 2024 15:29:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=BA=9F=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scrapManage/component/addToolsApply.vue | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/material/repair/scrapManage/component/addToolsApply.vue b/src/views/material/repair/scrapManage/component/addToolsApply.vue index 53ac4e49..9f331c98 100644 --- a/src/views/material/repair/scrapManage/component/addToolsApply.vue +++ b/src/views/material/repair/scrapManage/component/addToolsApply.vue @@ -41,7 +41,7 @@ - + - + /> --> - - + --> { - this.getTaskInfo(); - this.$modal.msgSuccess("通过成功"); + // this.getTaskInfo(); + // this.$modal.msgSuccess("通过成功"); }) .catch(() => {}); }, @@ -288,8 +288,8 @@ export default { // return auditPass(param); }) .then(() => { - this.getTaskInfo(); - this.$modal.msgSuccess("驳回成功"); + // this.getTaskInfo(); + // this.$modal.msgSuccess("驳回成功"); }) .catch(() => {}); },