Explorar el Código

fix:还原等待样式修改

ly hace 9 meses
padre
commit
4865eba5ad
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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; });