修改 企业标准多选
This commit is contained in:
+3
-2
@@ -1996,6 +1996,7 @@
|
|||||||
<tree-select-new
|
<tree-select-new
|
||||||
:multiple="true"
|
:multiple="true"
|
||||||
:lazy="false"
|
:lazy="false"
|
||||||
|
:check-strictly="true"
|
||||||
:modalShowFlag="modalShowFlag1"
|
:modalShowFlag="modalShowFlag1"
|
||||||
:drawerTitle="drawerTitle1"
|
:drawerTitle="drawerTitle1"
|
||||||
width="500"
|
width="500"
|
||||||
@@ -3305,11 +3306,11 @@ export default {
|
|||||||
this.modalShowFlag1 = false
|
this.modalShowFlag1 = false
|
||||||
},
|
},
|
||||||
popoverHide (checkedIds, checkedData, isShow, isLoadChild, topId) {
|
popoverHide (checkedIds, checkedData, isShow, isLoadChild, topId) {
|
||||||
|
this.sarBussionessStandEO.txlbId = checkedIds.join(',')
|
||||||
|
this.sarBussionessStandEO.menuId = checkedIds.join(',')
|
||||||
if (checkedData) {
|
if (checkedData) {
|
||||||
if (checkedData.length > 0) {
|
if (checkedData.length > 0) {
|
||||||
this.sarBussionessStandEO.TXLBBUSS = checkedData.map(item => item.menuNames).join(',')
|
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(',')
|
this.sarBussionessStandEO.treeType = checkedData.map(item => item.treeType).join(',')
|
||||||
} else {
|
} else {
|
||||||
if (checkedData.parentId == null || checkedData.parentId === '') {
|
if (checkedData.parentId == null || checkedData.parentId === '') {
|
||||||
|
|||||||
Reference in New Issue
Block a user