lsc 5 ماه پیش
والد
کامیت
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
       }