From 249c0ab963423be563adfde4f0dbfcc0b01bbed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Fri, 7 Feb 2025 10:45:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/smartExcel/cpts/filling-info.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/modules/base/smartExcel/cpts/filling-info.vue b/src/views/modules/base/smartExcel/cpts/filling-info.vue index f2debaf7d..fe22bb2b3 100644 --- a/src/views/modules/base/smartExcel/cpts/filling-info.vue +++ b/src/views/modules/base/smartExcel/cpts/filling-info.vue @@ -69,7 +69,7 @@ :key="index">
{{formData.taskTitle}}
-
()
+
({{formData.taskStateName}})
@@ -81,9 +81,9 @@ - + @@ -127,7 +127,7 @@ export default { let parms = { pageNo:1, pageSize:100, - taskId: this.taskId, + taskId: this.formData.taskId, }; requestGet('/actual/base/communityOneTablePeriodPublish/getPeriodTaskList', parms).then(res => { this.tableData=res.data.list