From 56678678d33bc7fcd6939b165787606615963649 Mon Sep 17 00:00:00 2001
From: 李喆(开发组) <lzhe@yxqiche.com>
Date: 星期一, 11 八月 2025 09:56:34 +0800
Subject: [PATCH] 1
---
src/views/wel/components/TodolistLeft.vue | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/src/views/wel/components/TodolistLeft.vue b/src/views/wel/components/TodolistLeft.vue
index 72874c0..7183f03 100644
--- a/src/views/wel/components/TodolistLeft.vue
+++ b/src/views/wel/components/TodolistLeft.vue
@@ -1,7 +1,7 @@
<!--
* @Date: 2025-07-01 20:45:15
- * @LastEditors: gaoshp
- * @LastEditTime: 2025-08-06 20:40:36
+ * @LastEditors: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
+ * @LastEditTime: 2025-08-11 09:55:37
* @FilePath: /mdmweb/src/views/flow/components/TodolistLeft.vue
-->
<template>
@@ -46,7 +46,10 @@
props: {
row: {
type: Object,
- }
+ },
+ replaceDataId: {type: String},
+ drawingNo: {type: String},
+ processNo: {type: String}
},
data() {
return {
@@ -64,10 +67,12 @@
prop: 'att',
type: 'upload',
multiple: true,
- action: '/api/blade-mdm/flow/mgr/ncupload',
+ action: '/api/blade-mdm/flow/replace/upload',
span: 24,
data: {
- processInstanceId: this.row.processInstanceId
+ processInstanceId: this.replaceDataId,
+ drawingNo: this.drawingNo, //鍥惧彿
+ processNo: this.processNo //宸ュ簭鍙�
},
}
]
@@ -129,13 +134,13 @@
this.attForm.att = '';
return done();
} else {
- console.log(res)
this.$message.warning(res.msg || '涓婁紶澶辫触');
done()
}
},
getAttList () {
- getSelectedAppList(this.row.processInstanceId).then(res => {
+ //console.log(this.row.processInstanceId)
+ getSelectedAppList(this.replaceDataId).then(res => {
if (res.data.code !== 200) {
this.$message.error('鑾峰彇宸查�夌▼搴忓け璐�');
return;
--
Gitblit v1.9.3