From 464fe7b9a17ba3e9f6b5545436f727d3504a8e9e Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 23 九月 2025 00:44:34 +0800
Subject: [PATCH] 调整界面文本错误

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

diff --git a/src/views/flowmgr/exceptiontask.vue b/src/views/flowmgr/exceptiontask.vue
index cf97c21..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=>{
-                
-                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{
diff --git a/src/views/tasks/machinereturnfiles.vue b/src/views/tasks/machinereturnfiles.vue
index 4f26492..6e0bc26 100644
--- a/src/views/tasks/machinereturnfiles.vue
+++ b/src/views/tasks/machinereturnfiles.vue
@@ -108,7 +108,7 @@
                   txt = '鍥哄寲';
                   break;
                 case 3:
-                  txt = '鍋忕';
+                  txt = '涓存椂鏇存敼鍗�';
                   break;
                 default:
                   txt = '鏈煡';

--
Gitblit v1.9.3