国内标准,责任部门选择后没有进入选择框

This commit is contained in:
zhaokaiyao@91isoft.com
2021-11-13 14:07:49 +08:00
parent 3aa796d1eb
commit 6b115da603
@@ -5088,16 +5088,19 @@ export default {
},
choiceZRBM(type, title, id) {
this.nodeListZRBM = []
this.nodeListZRBM.push(id)
this.drawerTitle = title
this.modalshowflagZRBM = true
},
drawerCheckZRBM(data) {
console.log("data",data);
let idList = ''
let nameList = ''
data.forEach(item => {
if (item.hasChild === '0' && item.children === null) {
if (item.hasChild === '0') {
if (nameList.length > 0) {
nameList += ','
idList += ','