This commit is contained in:
zhutianqi
2022-01-10 11:46:10 +08:00
parent e55addd0fb
commit 12e6842554
@@ -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;
},