From 1fb855808318b5274f620cb8aad414bd516c2dbd Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期六, 02 九月 2023 14:45:40 +0800
Subject: [PATCH] 面板的调整 当前工序的调整  2023-9-2

---
 src/components/AddIssue.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/components/AddIssue.vue b/src/components/AddIssue.vue
index 6790233..8accaf8 100644
--- a/src/components/AddIssue.vue
+++ b/src/components/AddIssue.vue
@@ -307,6 +307,7 @@
         }, 1000);
         this.isLoading=true;
           sendProcessParams({ id: this.taskData.Procedure.ID }).then((res) => {
+            console.log(res,'====res')
             if (res.code == 200) {
               setProductNumber().then((res) => {
                 this.resParams = res;

--
Gitblit v1.8.0