From 4385883dbddc36c5391cccc64021a45530839a6f Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期六, 26 七月 2025 16:26:46 +0800 Subject: [PATCH] 产品安全隐患流程与基础 --- src/views/mdc/base/modules/ProductionManager/ProductionModal.vue | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/mdc/base/modules/ProductionManager/ProductionModal.vue b/src/views/mdc/base/modules/ProductionManager/ProductionModal.vue index bcf3c17..27dcb45 100644 --- a/src/views/mdc/base/modules/ProductionManager/ProductionModal.vue +++ b/src/views/mdc/base/modules/ProductionManager/ProductionModal.vue @@ -136,11 +136,19 @@ that.confirmLoading = true; httpAction(this.url.add,this.model,"post").then((res)=>{ if(res.success){ - that.$message.success(res.message); + // that.$message.success(res.message); + that.$notification.warning({ + message:'娑堟伅', + description:res.message + }); that.loadTreeData(); that.$emit('ok'); }else{ - that.$message.warning(res.message); + // that.$message.warning(res.message); + that.$notification.warning({ + message:'娑堟伅', + description:res.message + }); } }).finally(() => { that.confirmLoading = false; -- Gitblit v1.9.3