From 2e0f40608e66abc1fc5026f1194c032a7e52379e Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期四, 08 五月 2025 17:40:02 +0800
Subject: [PATCH] 1.>>>.cell {}更改  2.客户档案删除优化

---
 src/views/basicData/customerFile/index.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/basicData/customerFile/index.vue b/src/views/basicData/customerFile/index.vue
index 6bfd099..827b8e9 100644
--- a/src/views/basicData/customerFile/index.vue
+++ b/src/views/basicData/customerFile/index.vue
@@ -282,16 +282,19 @@
   }
   ElMessageBox.confirm(
       '閫変腑鐨勫唴瀹瑰皢琚垹闄わ紝鏄惁纭鍒犻櫎锛�',
-      '瀵煎嚭', {
+      '鍒犻櫎鎻愮ず', {
         confirmButtonText: '纭',
         cancelButtonText: '鍙栨秷',
         type: 'warning',
       }
   ).then(() => {
+    tableLoading.value = true
     delCustomer(ids).then(res => {
       proxy.$modal.msgSuccess("鍒犻櫎鎴愬姛")
+      getList()
+    }).finally(() => {
+      tableLoading.value = false
     })
-    getList()
   }).catch(() => {
     proxy.$modal.msg("宸插彇娑�")
   })

--
Gitblit v1.9.3