diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue index 4b3c9bf1..17af5af6 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue @@ -49,7 +49,8 @@ - 查询 + + 查询 重置 @@ -545,6 +546,8 @@ export default { this.deviceList = response.data.rows this.total = response.data.total this.loading = false + }).catch(() => { + this.loading = false }) }, /** 搜索按钮操作 */