From 2596f7a9c843de0bd8adad2d7b0b5a68de7d0af8 Mon Sep 17 00:00:00 2001
From: 李喆(开发组) <lzhe@yxqiche.com>
Date: 星期四, 04 九月 2025 20:53:16 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdmweb
---
src/views/wel/components/TodolistLeft.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/views/wel/components/TodolistLeft.vue b/src/views/wel/components/TodolistLeft.vue
index e1ee43b..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: '',
@@ -75,7 +76,7 @@
processNo: this.processNo,
processEdition: this.processEdition,
processInstanceId: this.replaceDataId,
- fileType: attForm.fileType,
+ fileType: this.fileType,
},
}
]
@@ -133,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