@@ -516,6 +516,8 @@ export default {
this.$modal.notifySuccess("汇总成功,请前往客户消耗单查看");
this.useQuery(this.params, this.pageInfo);
}
+ }).catch(err => {
+ this.$modal.closeLoading();
})
} catch (error) {
} finally {