prod
校文 3 years ago
parent e935bcfb97
commit ef2799e580

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

@ -1,7 +1,7 @@
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-10-18 10:42:29 * @Date: 2021-10-18 10:42:29
* @LastEditTime: 2021-11-19 15:44:04 * @LastEditTime: 2021-11-26 17:40:31
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: /data-show/src/views/EventComparison/ec-d1/index.vue * @FilePath: /data-show/src/views/EventComparison/ec-d1/index.vue
@ -69,7 +69,7 @@ export default {
token: this.getToken, token: this.getToken,
iContrastType: 3, iContrastType: 3,
sRele: sRele, sRele: sRele,
sType: 'ToEventPptV6' sType: 'ToEventPptV6C'
}); });
getToPptTask(obj).then(() => { getToPptTask(obj).then(() => {
this.$notification.open({ this.$notification.open({

@ -1,7 +1,7 @@
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-10-19 15:57:11 * @Date: 2021-10-19 15:57:11
* @LastEditTime: 2021-11-19 15:39:01 * @LastEditTime: 2021-11-26 17:41:34
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: /data-show/src/views/EventDEC/index.vue * @FilePath: /data-show/src/views/EventDEC/index.vue
@ -130,7 +130,6 @@ export default {
this.btnLoading = true; this.btnLoading = true;
let obj = Object.assign({}, this.getCtime2, { let obj = Object.assign({}, this.getCtime2, {
token: this.getToken, token: this.getToken,
iContrastType: 3,
sRele: this.events_id, sRele: this.events_id,
sType: 'ToEventPptV6' sType: 'ToEventPptV6'
}); });

@ -1,7 +1,7 @@
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-11-03 11:54:08 * @Date: 2021-11-03 11:54:08
* @LastEditTime: 2021-11-19 15:41:42 * @LastEditTime: 2021-11-26 17:36:33
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: /data-show/src/views/MarketingComparison/mcChooseModel/index.vue * @FilePath: /data-show/src/views/MarketingComparison/mcChooseModel/index.vue
@ -176,7 +176,7 @@ export default {
iContrastType: 2, iContrastType: 2,
sBrand: sBrand, sBrand: sBrand,
sSeriesName: sSeriesName, sSeriesName: sSeriesName,
sType: 'ToSeriesPptV6' sType: 'ToSeriesPptV6C'
}); });
getToPptTask(obj).then(() => { getToPptTask(obj).then(() => {
this.$notification.open({ this.$notification.open({

@ -1,7 +1,7 @@
<!-- <!--
* @Author: xw * @Author: xw
* @Date: 2021-10-12 09:32:35 * @Date: 2021-10-12 09:32:35
* @LastEditTime: 2021-11-19 18:32:18 * @LastEditTime: 2021-11-26 17:34:30
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: 舆情传播趋势 * @Description: 舆情传播趋势
* @FilePath: /data-show/src/views/BrandInsight/titsopo/index.vue * @FilePath: /data-show/src/views/BrandInsight/titsopo/index.vue
@ -119,7 +119,6 @@ export default {
// //
exportData() { exportData() {
let obj = Object.assign({}, this.getCtime2, this.form); let obj = Object.assign({}, this.getCtime2, this.form);
obj.iContrastType = 2;
obj.sType = 'ToSeriesPptV6'; obj.sType = 'ToSeriesPptV6';
this.btnLoading = true; this.btnLoading = true;
getToPptTask(obj).then(() => { getToPptTask(obj).then(() => {

Loading…
Cancel
Save