src/components/public/index.vue
@@ -75,7 +75,6 @@ 'row'(val, newVla) { // console.log(val,newVla) this.fList = val console.log(this.fList); // if (this.fList) { // this.getList() // } @@ -176,7 +175,12 @@ this.list = selection this.form.desc = "" this.list.forEach(element => { this.form.desc += element.bingzhong + "," if( element.bingzhong){ this.form.desc += element.bingzhong + "," }else{ this.form.desc += element.ruleStr + "," } }); }, handleOk() {