Browse Source

华为视频会议发送短信

limeng 2 năm trước cách đây
mục cha
commit
b4e90890ed
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/views/eventdetailsdialog.vue

+ 0 - 1
src/views/eventdetailsdialog.vue

@@ -2461,7 +2461,6 @@ export default {
       }
       const param = {centereventTDutySystemList:this.dutysystemTableData,eventCode:this.eventCode,eventName:this.eventName,eventId:this.eventId}
       sendMessage(param).then(res => {
-        console.log(res);
         this.$message.success(res.msg);
         this.dutysystemSelect(this.iconCurrentIndex, this.dutysystemDeptName, this.depteventId);
         this.showMeetingMsgDialog = false;