lex %!s(int64=2) %!d(string=hai) anos
pai
achega
df3213058c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/teacher/music/upload/index.tsx

+ 1 - 1
src/teacher/music/upload/index.tsx

@@ -284,13 +284,13 @@ export default defineComponent({
           })
           })
         }
         }
       } catch (error) {}
       } catch (error) {}
-      this.submitLoading = false
 
 
       Toast('上传成功')
       Toast('上传成功')
       setTimeout(() => {
       setTimeout(() => {
         postMessage({
         postMessage({
           api: 'back'
           api: 'back'
         })
         })
+        this.submitLoading = false
       }, 800)
       }, 800)
       console.log(vals)
       console.log(vals)
     },
     },