From b14bf62abb3480d95beee8314fcb08c0d893813b Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 22 九月 2025 14:18:19 +0800
Subject: [PATCH] 文件下发,回传文件处理的查看下载

---
 src/views/flowmgr/exceptiontask.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/flowmgr/exceptiontask.vue b/src/views/flowmgr/exceptiontask.vue
index 070edfd..cf97c21 100644
--- a/src/views/flowmgr/exceptiontask.vue
+++ b/src/views/flowmgr/exceptiontask.vue
@@ -244,7 +244,7 @@
         showStartBox(row){
             this.startForm = row;
             queryProgrammer(row.drawingNo).then(res=>{
-                console.log(res);
+                
                 if(res.data.data.code == 200){
                     this.startForm.producePlanId =res.data.data.id;
                     this.startForm.programmerName = res.data.data.programmer;
@@ -284,7 +284,7 @@
                                 type: 'success',
                                 message: '鎿嶄綔鎴愬姛!',
                             });
-                           
+                           this.startBox = false;
                             this.onLoad(this.page,this.query);
                         }else{
                             this.$message({

--
Gitblit v1.9.3