[update 海外会议] 对接接口
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
<a-button type="primary" icon="download" @click="handleExportXls('海外会议')" v-has="'overseasMeeting:export'">导出
|
||||
</a-button>
|
||||
<a-button type="danger" icon="delete" @click="batchDel" v-has="'overseasMeeting:batchDel'">批量删除</a-button>
|
||||
<a-button @click="releaseMeeing" type="primary" v-has="'overseasMeeting:release'">发布</a-button>
|
||||
<a-button @click="releaseMeeing" type="primary" v-has="'overseasMeeting:publish'">发布</a-button>
|
||||
</div>
|
||||
|
||||
<!-- table区域-begin -->
|
||||
@@ -230,21 +230,15 @@ export default {
|
||||
endKey: 'meetingEndTime'
|
||||
},
|
||||
url: {
|
||||
list: '/meeting/payMeeting/queryMeetingSummary',
|
||||
delete: '',
|
||||
deleteBatch: '',
|
||||
exportXlsUrl: '',
|
||||
importExcelUrl: '',
|
||||
releaseMeeingUrl: ''// 发布会议的接口
|
||||
list: '/meeting/overseas/page',
|
||||
delete: '/meeting/overseas/delete',
|
||||
deleteBatch: '/meeting/overseas/deleteBatch',
|
||||
exportXlsUrl: '/meeting/overseas/exportXls',
|
||||
releaseMeeingUrl: '/meeting/overseas/publishReminder'// 发布会议的接口
|
||||
},
|
||||
disableMixinCreated: true
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
importExcelUrl: function () {
|
||||
return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`
|
||||
},
|
||||
},
|
||||
created() {
|
||||
this.filters.meetingType = MeetingTypeEnums.overseas.value
|
||||
this.loadData(1)
|
||||
|
||||
Reference in New Issue
Block a user