feat: There is no way the #47632
This commit is contained in:
@@ -795,8 +795,20 @@
|
||||
|
||||
<el-col :span="12">
|
||||
<el-form-item label="关联模块-VPPS编码" prop="VPPSBMBUSS">
|
||||
<el-input v-model="standForm.VPPSBMBUSS" clearable
|
||||
placeholder="请输入关联模块-VPPS编码查找"></el-input>
|
||||
<el-input v-model="standForm.VPPSBMBUSS" placeholder="请输入关联模块-VPPS编码查找" clearable @click.native="choiceZRR2('VPPSBMBUSS', 'VPPS编码', standForm.VPPSBMBUSS,false)"></el-input>
|
||||
<tree-select-new
|
||||
width = "800"
|
||||
:key="key1"
|
||||
:lazy=true
|
||||
:multiple=true
|
||||
:check-strictly= true
|
||||
:modalShowFlag="modalShowFlag2"
|
||||
:drawerTitle="drawerTitle"
|
||||
:show-checkBox="showCheckBox"
|
||||
:url="url"
|
||||
:urlChild="urlChild"
|
||||
:defaultProps="defaultCodeProps" :checkedKeys="defaultCheckedKeys1"
|
||||
:nodeKey="nodeKeyCode" @popoverHide="popoverHideBusVs"></tree-select-new>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
@@ -1489,11 +1501,9 @@ export default {
|
||||
popoverHideBusVs (checkedIds, checkedData,isShow,isLoadChild,topId) {
|
||||
if(checkedData) {
|
||||
if(checkedData.length > 0){
|
||||
this.standForm.cycvppsbm = checkedData.map(item => item.code).join(",")
|
||||
this.standForm.cycvppscn = checkedData.map(item => item.chineseName).join(",")
|
||||
this.standForm.VPPSBMBUSS = checkedData.map(item => item.code).join(",")
|
||||
}else {
|
||||
this.standForm.cycvppsbm = checkedData.code
|
||||
this.standForm.cycvppscn = checkedData.chineseName
|
||||
this.standForm.VPPSBMBUSS = checkedData.code
|
||||
}
|
||||
}
|
||||
this.modalShowFlag2 = false
|
||||
@@ -1694,6 +1704,7 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
this.$forceUpdate()
|
||||
this.searchSarBykey();
|
||||
},
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user