From a2c6cc3e47d67fb6c7bc1d4c71e681d480aa8d6d Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期四, 25 四月 2024 18:06:42 +0800 Subject: [PATCH] 添加action --- 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