From 97436441b145984084b4e080ff6af499fa9892a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 13 Dec 2024 17:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E5=BC=B9=E5=87=BA?= =?UTF-8?q?=E6=A1=86=E6=8E=A5=E5=8F=A3=E5=A4=84=E7=90=86=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/model-custom/components/custom-dialog/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/model-custom/components/custom-dialog/index.vue b/src/components/model-custom/components/custom-dialog/index.vue index 32f82481..aad0aef2 100644 --- a/src/components/model-custom/components/custom-dialog/index.vue +++ b/src/components/model-custom/components/custom-dialog/index.vue @@ -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; }