This commit is contained in:
zhutianqi
2022-03-16 09:55:23 +08:00
parent bd0b7256e4
commit 424e4fde07
2 changed files with 28 additions and 15 deletions
@@ -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 => {