From 656d72c983be25f3f967578b4d0373e1f77ecc88 Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期五, 26 四月 2024 14:33:30 +0800
Subject: [PATCH] 枚举接口调用更改

---
 Source/ProjectWeb/src/components/PLT-basic-component/BasicForm.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Source/ProjectWeb/src/components/PLT-basic-component/BasicForm.vue b/Source/ProjectWeb/src/components/PLT-basic-component/BasicForm.vue
index caf71da..f7bc17b 100644
--- a/Source/ProjectWeb/src/components/PLT-basic-component/BasicForm.vue
+++ b/Source/ProjectWeb/src/components/PLT-basic-component/BasicForm.vue
@@ -179,7 +179,7 @@
       }
       if (col.type === "select") {
         if(!validatenull(col.dictCode)) {
-          /*getDicts(col.dictCode).then((res) => {
+          getDicts(col.dictCode).then((res) => {
             if (res.data.success){
               if(res.data.data && res.data.obj == null){
                 res.data.obj = res.data.data
@@ -194,7 +194,7 @@
                 };
               });
             }
-          });*/
+          });
         }
       }
       if (col.propType === "refer"|| col.type==='refer') {

--
Gitblit v1.9.3