qx
6 天以前 6034c5a941602d43559e19f6a9ed0019b3883dd9
src/components/proposal/index.vue
@@ -233,7 +233,6 @@
      //     this.$refs.elTable.toggleRowSelection(selection.pop()); // 设置选择项
      //   }
      this.list = selection;
      console.log(this.list);
    },
    search() {
      this.queryParams1.zyzd = this.searchAdv;
@@ -255,7 +254,6 @@
        getCyTjAdviceKjbqBySex(this.queryParams).then((res) => {
          this.dataList = res.data.records;
          this.total = res.data.total;
          this.loading = false;
        });
      });