From f8d321a4f7970cb1cdb99cf1d5864180f217c5f2 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 07 七月 2023 18:38:38 +0800
Subject: [PATCH] 代码整合,前端代码打包
---
Source/UBCS-WEB/src/components/FormTemplate/FormTemplate.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS-WEB/src/components/FormTemplate/FormTemplate.vue b/Source/UBCS-WEB/src/components/FormTemplate/FormTemplate.vue
index 8d0c452..9c4accb 100644
--- a/Source/UBCS-WEB/src/components/FormTemplate/FormTemplate.vue
+++ b/Source/UBCS-WEB/src/components/FormTemplate/FormTemplate.vue
@@ -604,6 +604,7 @@
if (this.type === "add") {
this.loading = false;
}
+
this.geDictData(dictKeys);
this.getFormDetail();
},
--
Gitblit v1.9.3