Browse Source

fix:还原等待样式修改

ly 9 months ago
parent
commit
4865eba5ad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/business/crm/bin/index.vue

+ 1 - 0
src/views/business/crm/bin/index.vue

@@ -134,6 +134,7 @@
       .then(() => {
         getList();
         proxy.$modal.msgSuccess("还原成功!");
+        loading.value = false;
       })
       .catch(() => {loading.value = false; });