Explorar o código

🐞 fix: 提示问题

wolyshaw %!s(int64=3) %!d(string=hai) anos
pai
achega
acef72e35f
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

@@ -228,7 +228,7 @@ export default defineComponent({
       this.xmlFileLoading = true
       postMessage({ api: 'chooseFile', content: { type: 'xml' } }, evt => {
         // @ts-ignore
-        this.xmlFileUrl = evt?.fileUrl || this.this.xmlFileUrl || ''
+        this.xmlFileUrl = evt?.fileUrl || this.xmlFileUrl || ''
         this.xmlFileLoading = false
         if (this.xmlFileUrl) {
           requestOrigin(this.xmlFileUrl).then(