lsc пре 12 часа
родитељ
комит
888ac3caa9
2 измењених фајлова са 11 додато и 0 уклоњено
  1. 5 0
      src/components/pptEasyClass/index.vue
  2. 6 0
      src/components/pptEasyClass/indexPS.vue

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

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

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

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