1
lkk
8 天以前 c1db2f08301d97e2bf04c7236fa981e5ec083dbb
src/components/jianceResult/index.vue
@@ -81,19 +81,17 @@
      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.open =false
          this.dataList = res.data;
          this.loading = false;
        }