Преглед изворни кода

fix:去掉结束播放判断

wangshuang пре 1 година
родитељ
комит
9b34f6a1f3
1 измењених фајлова са 0 додато и 7 уклоњено
  1. 0 7
      inspur-ui/src/views/party_work/meeting/info.vue

+ 0 - 7
inspur-ui/src/views/party_work/meeting/info.vue

@@ -1354,13 +1354,6 @@
           });
           return;
         }
-        if(this.isMeetPlay){
-          this.$message({
-            message: '请先结束播放上一个会议资料',
-            type: 'warning'
-          });
-          return;
-        }
         if (this.fileList[this.selectedFileIndex].fileType == 1) {
           this.fileType = 1;
           this.showFile();