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;