commit
This commit is contained in:
@@ -5801,7 +5801,9 @@ export default {
|
||||
},
|
||||
choiceZRRS(type, title, nameId) {
|
||||
this.nodeList2 = []
|
||||
if (nameId) {
|
||||
console.log(typeof (nameId));
|
||||
console.log(nameId);
|
||||
if (nameId) {
|
||||
let nameId1 = nameId.split(',')
|
||||
let idList = []
|
||||
nameId1.forEach(item => {
|
||||
|
||||
Reference in New Issue
Block a user