From a53748593c3860662938dbec31fd74d120b219a8 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 14:12:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=A1=AB=E6=8A=A5=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E7=9B=B8=E5=85=B3=E4=BB=BB=E5=8A=A1=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/smartExcel/cpts/excel-info.vue | 2 +- src/views/modules/base/smartExcel/cpts/filling-info.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/modules/base/smartExcel/cpts/excel-info.vue b/src/views/modules/base/smartExcel/cpts/excel-info.vue index ddd17eec9..83ea08e79 100644 --- a/src/views/modules/base/smartExcel/cpts/excel-info.vue +++ b/src/views/modules/base/smartExcel/cpts/excel-info.vue @@ -14,7 +14,7 @@
- {{ formData.taskState === 'resolved' ? '已完成' : formData.taskState === 'cancel' ? '已取消' : '进行中' }} + {{ formData.taskStateName }}
diff --git a/src/views/modules/base/smartExcel/cpts/filling-info.vue b/src/views/modules/base/smartExcel/cpts/filling-info.vue index ba71e141b..8a1d1e6d8 100644 --- a/src/views/modules/base/smartExcel/cpts/filling-info.vue +++ b/src/views/modules/base/smartExcel/cpts/filling-info.vue @@ -120,8 +120,8 @@ export default { }, created() { }, async mounted() { - this.getDetail() - this.getPeriodTaskList() + await this.getDetail() + await this.getPeriodTaskList() }, methods: { getPeriodTaskList(){