自定义弹出框接口处理优化

v1.1.0
于肖磊 2024-12-13 17:36:49 +08:00
parent bd77ae4410
commit 97436441b1
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ const get_table_list = (val: any) => {
pagination_data.value.data_total = res.data.data_total;
}
}).catch((error) => {
// loading
// loading
if (error != 'canceled') {
loading.value = false;
}