wwl
9 小时以前 1d7a460b0fbc460ffcf3dd94864f2f3adf4369b2
src/views/system/refund/index.vue
@@ -207,11 +207,12 @@
      }
    },
    /** 搜索操作 */
    handle() {
      this.loading = true;
      getTjRefundList2(this.form).then((response) => {
        if( response.data){
          this.customerList = response.data;
   handle() {
  this.loading = true;
  getTjRefundList2(this.form)
    .then((response) => {
      if (response.data) {
        this.customerList = response.data;
        this.customerList.forEach((item1) => {
          this.tjnumber = item1.tjNumber;
        });
@@ -239,10 +240,13 @@
        });
        this.total = response.total;
        this.loading = false;
        }
      });
    },
      }
    })
    .catch((error) => {
      console.error("错误:", error);
      this.loading = false;
    });
},
    //重置按钮
    resetQuery() {