From cf8103f1c09fc43f3df643ea8f2a22cc26af74e8 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 20 九月 2023 08:56:48 +0800 Subject: [PATCH] 代码提交 --- Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue index 8813035..61ebc48 100644 --- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue +++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue @@ -182,7 +182,8 @@ }, Treedata: { type: Array - } + }, + }, data() { return { -- Gitblit v1.9.3