prod
lily.zhang 3 years ago
parent 9cc8a779fc
commit 9afcd10cf6

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

@ -1,7 +1,7 @@
<!--
* @Author: your name
* @Date: 2021-10-19 15:57:11
* @LastEditTime: 2021-11-19 13:59:34
* @LastEditTime: 2021-11-19 15:39:01
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/views/EventDEC/index.vue
@ -131,7 +131,8 @@ export default {
let obj = Object.assign({}, this.getCtime2, {
token: this.getToken,
iContrastType: 3,
sRele: this.events_id
sRele: this.events_id,
sType: 'ToEventPptV6'
});
getToPptTask(obj).then(() => {
this.$notification.open({

@ -1,7 +1,7 @@
<!--
* @Author: your name
* @Date: 2021-10-20 11:56:12
* @LastEditTime: 2021-11-17 13:49:45
* @LastEditTime: 2021-11-19 15:28:36
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/views/EventDEC/pnwcWord/index.vue
@ -22,7 +22,12 @@ import createWordCloud from "@/utils/gol/bubbleWord";
import {getNegative1, getPositive1} from "@/api/EventdEC"
export default {
name: "pnwcWord",
props: ["brand", "model"],
props: {
id: {
type: String,
default: "",
},
},
data() {
return {
load: false,

@ -1,7 +1,7 @@
/*
* @Author: your name
* @Date: 2021-10-27 15:26:21
* @LastEditTime: 2021-11-17 16:03:54
* @LastEditTime: 2021-11-19 16:04:37
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/views/IndustryDataExport/getApiData.js
@ -168,13 +168,18 @@ export default {
getToExcelField({sType: sType, token: token}).then(res => {
let data = res.data;
let arr = [];
let arr1 = [];
data.forEach((ele) => {
if(ele.checked == 1) {
arr1.push(ele.field)
}
let obj = {
label: ele.name,
value: ele.field,
};
arr.push(obj);
});
this.checkedIds = arr1;
this.plainOptions4 = arr;
resolve(arr);
}).catch(() => {

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

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

Loading…
Cancel
Save