修改 企业标准多选
This commit is contained in:
+3
-2
@@ -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 === '') {
|
||||
|
||||
Reference in New Issue
Block a user