lsc 3 недель назад
Родитель
Сommit
69e31fdd81
1 измененных файлов с 2 добавлено и 0 удалено
  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
       }