lsc před 1 dnem
rodič
revize
888ac3caa9

+ 5 - 0
src/components/pptEasyClass/index.vue

@@ -830,6 +830,11 @@ export default {
             setTimeout(() => {
             setTimeout(() => {
               this.tcid2 = ""
               this.tcid2 = ""
               this.refreshCourse()
               this.refreshCourse()
+              if(this.screenType != 2){
+                this.back()
+              }else if(this.screenType == 2){
+                this.gotoCourseManage()
+              }
             }, 1000)
             }, 1000)
           },
           },
           cancelCallback: () => {
           cancelCallback: () => {

+ 6 - 0
src/components/pptEasyClass/indexPS.vue

@@ -782,6 +782,7 @@ export default {
                   }else if(this.screenType == 2){
                   }else if(this.screenType == 2){
                     this.gotoCourseManage()
                     this.gotoCourseManage()
                   }
                   }
+
                 }, 1000)
                 }, 1000)
               },
               },
               cancelCallback: () => {
               cancelCallback: () => {
@@ -830,6 +831,11 @@ export default {
             setTimeout(() => {
             setTimeout(() => {
               this.tcid2 = ""
               this.tcid2 = ""
               this.refreshCourse()
               this.refreshCourse()
+              if(this.screenType != 2){
+                this.back()
+              }else if(this.screenType == 2){
+                this.gotoCourseManage()
+              }
             }, 1000)
             }, 1000)
           },
           },
           cancelCallback: () => {
           cancelCallback: () => {