11
lkk
2025-03-31 bad2bc143be3f8ddb93a1c9f984127b3ccf43e8f
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() {