From e1fee3c5c1eb50f49d20dad4dc656dfdcb81d4b4 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 29 九月 2025 17:18:33 +0800
Subject: [PATCH] 工控网界面优化
---
src/views/flowmgr/taskassigntemp.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/flowmgr/taskassigntemp.vue b/src/views/flowmgr/taskassigntemp.vue
index a81c6b2..2b1334e 100644
--- a/src/views/flowmgr/taskassigntemp.vue
+++ b/src/views/flowmgr/taskassigntemp.vue
@@ -338,18 +338,18 @@
res => {
if(res.data.code == 200){
+ /*
this.$message({
type: 'success',
message: '鎿嶄綔鎴愬姛!',
});
+ */
this.attachForm.producePlanId = res.data.data.id;
- console.log('planid',this.attachForm.productPlanId)
+ //console.log('planid',this.attachForm.productPlanId)
this.startDispatch(form,done);
}else{
-
-
this.$alert(res.data.msg+".閲嶆柊杈撳叆鎴栬�呮墜鍔ㄩ�夋嫨涓荤宸ヨ壓銆�", '鍙戣捣浠诲姟澶辫触',{type:'error',confirmButtonText:'鍏抽棴'});
}
done();
--
Gitblit v1.9.3