|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<div class="L-assets-info">
|
|
|
|
|
<div class="assets-info-top">
|
|
|
|
|
<el-row style="margin: 10px 0">
|
|
|
|
|
<span class="top-title-box">基本信息</span>
|
|
|
|
|
<span class="top-title-box">基本信息11</span>
|
|
|
|
|
</el-row>
|
|
|
|
|
<div class="assets-info-box">
|
|
|
|
|
<el-form
|
|
|
|
@ -736,9 +736,15 @@ export default {
|
|
|
|
|
// 平台类型切换
|
|
|
|
|
ptlxChange(item) {
|
|
|
|
|
Object.keys(this.ruleForm).forEach((key) => {
|
|
|
|
|
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;
|
|
|
|
|