lsc vor 3 Monaten
Ursprung
Commit
69e31fdd81
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      src/components/pages/pptEasy/addCourse3.vue

+ 2 - 0
src/components/pages/pptEasy/addCourse3.vue

@@ -1812,6 +1812,7 @@ export default {
       let _pptData = await this.getPPtJson();
       let imgExporting = await this.getPPTimgExporting()
       if (type == 1 && imgExporting) {
+        this.uploadWorkLoading = false;
         this.$message.info(this.lang.ssPptLoad)
         return
       }
@@ -1930,6 +1931,7 @@ export default {
       let _pptData = await this.getPPtJson();
       let imgExporting = await this.getPPTimgExporting()
       if (type == 1 && imgExporting) {
+        this.uploadWorkLoading = false;
         this.$message.info(this.lang.ssPptLoad)
         return
       }