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; }); });