From 133046a617c53721470617efb229fe1e9646ecf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 4 Jun 2024 17:19:20 +0800 Subject: [PATCH] xg --- src/views/system/specialDiseaseNode/index.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index cc55ec9..5732150 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -84,10 +84,10 @@ - + - + @@ -611,6 +611,12 @@ export default { let id = this.taskPartitionList?.find( (e) => e.taskPartitionCode == code )?.id; + this.form.secondClassifyDescribe = this.taskPartitionList?.find( + (e) => e.taskPartitionCode == code + )?.secondClassifyDescribe; + this.form.executionTime = this.taskPartitionList?.find( + (e) => e.taskPartitionCode == code + )?.executionTime; taskStatusDictList(id).then((res) => { this.taskStatusDictList = res.data; }); @@ -746,6 +752,11 @@ export default { };