|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<!--
|
|
|
|
|
* @Author: xw
|
|
|
|
|
* @Date: 2021-10-12 09:32:35
|
|
|
|
|
* @LastEditTime: 2021-11-19 18:31:48
|
|
|
|
|
* @LastEditTime: 2021-11-26 17:29:09
|
|
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
|
|
* @Description: 舆情传播趋势
|
|
|
|
|
* @FilePath: /data-show/src/views/BrandInsight/titsopo/index.vue
|
|
|
|
@ -141,7 +141,7 @@ export default {
|
|
|
|
|
// 导出报告
|
|
|
|
|
exportData() {
|
|
|
|
|
let obj = Object.assign({}, this.getCtime2, this.form);
|
|
|
|
|
obj.iContrastType = 1;
|
|
|
|
|
obj.sType = 'ToBrandPptV6'
|
|
|
|
|
this.btnLoading = true;
|
|
|
|
|
getToPptTask(obj).then(() => {
|
|
|
|
|
this.$notification.open({
|
|
|
|
|