From cb04b8ed8a616c5b9fae9d432c093985b56f044c Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 16 十月 2025 16:55:04 +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 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{
--
Gitblit v1.9.3