From 0d647b060441970e2f86d63d03c9ea2fc2518301 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 08 十二月 2025 15:23:01 +0800
Subject: [PATCH] 去掉无用代码
---
src/views/flowmgr/exceptiontask.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/flowmgr/exceptiontask.vue b/src/views/flowmgr/exceptiontask.vue
index 070edfd..7c19c42 100644
--- a/src/views/flowmgr/exceptiontask.vue
+++ b/src/views/flowmgr/exceptiontask.vue
@@ -244,8 +244,8 @@
showStartBox(row){
this.startForm = row;
queryProgrammer(row.drawingNo).then(res=>{
- console.log(res);
- if(res.data.data.code == 200){
+ console.log(res)
+ if(res.data.code == 200){
this.startForm.producePlanId =res.data.data.id;
this.startForm.programmerName = res.data.data.programmer;
}else{
@@ -284,7 +284,7 @@
type: 'success',
message: '鎿嶄綔鎴愬姛!',
});
-
+ this.startBox = false;
this.onLoad(this.page,this.query);
}else{
this.$message({
--
Gitblit v1.9.3