|
|
@ -593,7 +593,6 @@ export default { |
|
|
|
await this.$http |
|
|
|
.post('/governance/icEvent/importEvent', formData) |
|
|
|
.then(res => { |
|
|
|
console.log('res-up', res); |
|
|
|
if (res.data.code == 0 && res.data.msg == 'success') { |
|
|
|
const data = res.data.data; |
|
|
|
this.dataList = [ |
|
|
@ -626,6 +625,7 @@ export default { |
|
|
|
this.importLoading = false; |
|
|
|
this.importBtnTitle = '导入'; |
|
|
|
this.$refs.upload.clearFiles(); |
|
|
|
this.getTableData(); |
|
|
|
}, |
|
|
|
|
|
|
|
//显示语音窗口 |
|
|
|