Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
shenyanpei
2022-01-10 11:49:18 +08:00
@@ -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;
},