qx
qx
2025-03-13 25c777002fb57397320b65b830cc805b29f7c23a
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;
        }