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(() => {}); },