Browse Source

Merge branch 'iteration-0913' into jenkins

lex 1 year ago
parent
commit
b54c342c4b

+ 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 () => {