qx
qx
2025-03-14 992b14d4c5e0ebba87d3ae8fb1ca9d06c0bdc6e9
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;
        }