Browse Source

更新文件白屏

lex 1 năm trước cách đây
mục cha
commit
7bb9eb16ba

+ 1 - 1
src/views/natural-resources/components/my-resources/save-modal/index.tsx

@@ -287,7 +287,7 @@ export default defineComponent({
           status = true;
         }
       });
-      return status || fileListRef.value.length <= 0;
+      return status || fileListRef.value.length <= 0 || btnLoading.value;
     });
 
     const onSubmit = async () => {