1
wwl
2025-03-17 ea8df2c98909f24e12c1807184238e893dc80f31
src/components/jianceResult/index.vue
@@ -81,19 +81,16 @@
      this.list = [];  // 清空已选列表
    },
    handleQuery() {
      console.log(11111)
      this.loading = true;
      selectZT({
        proId: this.proId,
        xmgz: this.queryParams.xmgz
      }).then((res) => {
        if (res.data.length > 0) {
          console.log(33333)
          this.open = true
          this.dataList = res.data;
          this.loading = false;
        } else {
          console.log(2222)
          this.dataList = res.data;
          this.loading = false;
        }