|
@@ -415,7 +415,6 @@ export default {
|
|
|
this.msgForm.type = type;
|
|
this.msgForm.type = type;
|
|
|
this.msgForm.corpId = corpId;
|
|
this.msgForm.corpId = corpId;
|
|
|
this.msgForm.isMine = isMine;
|
|
this.msgForm.isMine = isMine;
|
|
|
-
|
|
|
|
|
},
|
|
},
|
|
|
courseChange() {
|
|
courseChange() {
|
|
|
if (this.msgForm.courseId != null ) {
|
|
if (this.msgForm.courseId != null ) {
|
|
@@ -439,6 +438,7 @@ export default {
|
|
|
videoList(this.msgForm.courseId).then(response => {
|
|
videoList(this.msgForm.courseId).then(response => {
|
|
|
this.videoList=response.list;
|
|
this.videoList=response.list;
|
|
|
});
|
|
});
|
|
|
|
|
+ this.msgForm.videoId = null
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
videoIdChange() {
|
|
videoIdChange() {
|