| | |
| | | } |
| | | }, |
| | | /** 搜索操作 */ |
| | | 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; |
| | | }); |
| | |
| | | }); |
| | | this.total = response.total; |
| | | this.loading = false; |
| | | } |
| | | |
| | | }); |
| | | }, |
| | | } |
| | | }) |
| | | .catch((error) => { |
| | | console.error("错误:", error); |
| | | this.loading = false; |
| | | }); |
| | | }, |
| | | |
| | | //重置按钮 |
| | | resetQuery() { |