commit
This commit is contained in:
@@ -350,8 +350,8 @@
|
||||
methods: {
|
||||
choiceZRR () {
|
||||
this.nodeList = [];
|
||||
if (this.form.user7.length) {
|
||||
this.nodeList = this.form.user7.split(",");
|
||||
if (this.form.user7) {
|
||||
this.nodeList.push(this.form.user7)
|
||||
}
|
||||
this.modalshowflag = true;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user