修改 企业标准多选

This commit is contained in:
baoyu
2024-05-29 18:17:33 +08:00
parent c7b88750ea
commit 4a20d9ccdf
@@ -1996,6 +1996,7 @@
<tree-select-new
:multiple="true"
:lazy="false"
:check-strictly="true"
:modalShowFlag="modalShowFlag1"
:drawerTitle="drawerTitle1"
width="500"
@@ -3305,11 +3306,11 @@ export default {
this.modalShowFlag1 = false
},
popoverHide (checkedIds, checkedData, isShow, isLoadChild, topId) {
this.sarBussionessStandEO.txlbId = checkedIds.join(',')
this.sarBussionessStandEO.menuId = checkedIds.join(',')
if (checkedData) {
if (checkedData.length > 0) {
this.sarBussionessStandEO.TXLBBUSS = checkedData.map(item => item.menuNames).join(',')
this.sarBussionessStandEO.menuId = checkedData.map(item => item.menuId).join(',')
this.sarBussionessStandEO.txlbId = checkedData.map(item => item.menuId).join(',')
this.sarBussionessStandEO.treeType = checkedData.map(item => item.treeType).join(',')
} else {
if (checkedData.parentId == null || checkedData.parentId === '') {