Преглед на файлове

一键群发发送错误课程小节

yfh преди 1 седмица
родител
ревизия
44af4524d1

+ 1 - 0
src/views/qw/sopUserLogsInfo/sendMsgOpenTool.vue

@@ -489,6 +489,7 @@ export default {
       videoList(this.msgForm.courseId).then(response => {
         this.videoList=response.list;
       });
+      this.msgForm.videoId = null
     },
 
     videoIdChange() {

+ 1 - 1
src/views/qw/sopUserLogsInfo/sendMsgSopOpenTool.vue

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

+ 1 - 0
src/views/qw/sopUserLogsInfo/sopUserLogsInfoDetails.vue

@@ -931,6 +931,7 @@ export default {
       videoList(this.msgForm.courseId).then(response => {
         this.videoList=response.list;
       });
+      this.msgForm.videoId = null
     },
 
     videoIdChange() {

+ 1 - 0
src/views/qw/sopUserLogsInfo/sopUserLogsInfoDetailsOld.vue

@@ -811,6 +811,7 @@ export default {
       videoList(this.msgForm.courseId).then(response => {
         this.videoList=response.list;
       });
+      this.msgForm.videoId = null
     },
 
     videoIdChange() {