From 729b698b17d7468acbc6c495746a72c9150fdaeb Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 09 九月 2025 11:49:47 +0800
Subject: [PATCH] 按钮改名下传
---
src/views/wel/components/TodolistLeft.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/views/wel/components/TodolistLeft.vue b/src/views/wel/components/TodolistLeft.vue
index efb8b33..67bb578 100644
--- a/src/views/wel/components/TodolistLeft.vue
+++ b/src/views/wel/components/TodolistLeft.vue
@@ -42,6 +42,7 @@
},
data() {
return {
+ fileType: '',
showContentId: '',
attForm: {
att: '',
@@ -71,8 +72,11 @@
action: '/api/blade-mdm/flow/replace/upload',
span: 24,
data: {
+ drawingNo: this.drawingNo,
+ processNo: this.processNo,
+ processEdition: this.processEdition,
processInstanceId: this.replaceDataId,
- fileType: 'program',
+ fileType: this.fileType,
},
}
]
@@ -130,6 +134,8 @@
'attForm.fileType': {
handler(newVal) {
this.attOption.column[1].data.fileType = newVal;
+ this.fileType = newVal;
+ console.log(this.fileType)
},
immediate: true,
},
--
Gitblit v1.9.3