|
|
@@ -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: () => {
|