From 5d5d145c78d5547d5c5c36c9ba0f55b418207b34 Mon Sep 17 00:00:00 2001 From: xuhongjie <1943105267@qq.com> Date: Sat, 22 Mar 2025 16:32:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DcdList=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/assetsType/index_v2.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/components/assetsType/index_v2.vue b/src/views/components/assetsType/index_v2.vue index 940bf3a..fe391f3 100644 --- a/src/views/components/assetsType/index_v2.vue +++ b/src/views/components/assetsType/index_v2.vue @@ -3,7 +3,7 @@
- 基本信息 + 基本信息11
{ - if (key !== "ssdw" && key !== "ptlx") { + if(key =="cdList"){ + this.ruleForm[key] = []; + return + } + if (key !== "ssdw" && key !== "ptlx" ) { this.ruleForm[key] = ""; } + + }); }, // 单位名称模糊查询 @@ -773,6 +779,7 @@ export default { }); }); } else { + assetOfficialAccount("post", this.ruleForm).then((res) => { // console.log(res,"res"); this.loading = false;