From 39efab1d5585dcc6229a0c0e88d58556d9a9a67c Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 27 十一月 2024 02:37:22 +0800 Subject: [PATCH] 流程信息配置功能、项目关联流程功能 --- src/views/components/noticeTable.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/components/noticeTable.vue b/src/views/components/noticeTable.vue index ca39d0e..099f0ac 100644 --- a/src/views/components/noticeTable.vue +++ b/src/views/components/noticeTable.vue @@ -97,8 +97,8 @@ } }, props: { - calculation: [], - countExceptionProjectData: {}, + calculation: Array, + countExceptionProjectData:Object, }, created() { this.getList(); -- Gitblit v1.8.0