mo 2 лет назад
Родитель
Сommit
7c663b39aa

+ 2 - 0
src/views/liveClassManager/liveClassTwo/components/courseAdjust.vue

@@ -797,9 +797,11 @@ export default {
         this.shareModeVisible = false;
         this.$message.success("创建成功");
         if (this.shareModeForm.shareMode == "PRIVATE") {
+          this.actvieRow.shareMode = "PRIVATE";
           this.gotoShareList(this.actvieRow);
         }
         if (this.shareModeForm.shareMode == "OPEN") {
+          this.actvieRow.shareMode = "OPEN";
           this.lookCode(this.actvieRow);
         }
         this.getList();