From de6b8c2b87f068e2b7ee0e6d28cb9bf376324884 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 25 十一月 2024 10:09:55 +0800
Subject: [PATCH] 模型、部署管理bug修改,新增环境变量:flowable对应的后端地址

---
 src/views/components/tidingsTable.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/components/tidingsTable.vue b/src/views/components/tidingsTable.vue
index 358cd14..8d2d659 100644
--- a/src/views/components/tidingsTable.vue
+++ b/src/views/components/tidingsTable.vue
@@ -115,8 +115,8 @@
         }
     },
     props: {
-        calculation: [],
-        countExceptionProjectData: {},
+        calculation: Array,
+        countExceptionProjectData:Object,
     },
     created() {
         this.currentTabId = this.tabs[0].id; // 榛樿閫変腑鐨則ab鐨刬d

--
Gitblit v1.8.0