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

@ -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 14:35:15 * @LastEditTime: 2021-11-19 15:44:04
* @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
@ -52,7 +52,7 @@ export default {
}, },
methods: { methods: {
goback() { goback() {
this.$router.go(-1); this.$router.push('/eventInsight');
}, },
// //
handlerSwitch() { handlerSwitch() {
@ -69,6 +69,7 @@ export default {
token: this.getToken, token: this.getToken,
iContrastType: 3, iContrastType: 3,
sRele: sRele, sRele: sRele,
sType: 'ToEventPptV6'
}); });
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 13:59:34 * @LastEditTime: 2021-11-19 15:39:01
* @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
@ -131,7 +131,8 @@ export default {
let obj = Object.assign({}, this.getCtime2, { let obj = Object.assign({}, this.getCtime2, {
token: this.getToken, token: this.getToken,
iContrastType: 3, iContrastType: 3,
sRele: this.events_id sRele: this.events_id,
sType: 'ToEventPptV6'
}); });
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-20 11:56:12 * @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 * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: /data-show/src/views/EventDEC/pnwcWord/index.vue * @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" import {getNegative1, getPositive1} from "@/api/EventdEC"
export default { export default {
name: "pnwcWord", name: "pnwcWord",
props: ["brand", "model"], props: {
id: {
type: String,
default: "",
},
},
data() { data() {
return { return {
load: false, load: false,

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

@ -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-18 15:05:55 * @LastEditTime: 2021-11-19 15:41:42
* @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
@ -175,7 +175,8 @@ export default {
token: this.getToken, token: this.getToken,
iContrastType: 2, iContrastType: 2,
sBrand: sBrand, sBrand: sBrand,
sSeriesName: sSeriesName sSeriesName: sSeriesName,
sType: 'ToSeriesPptV6'
}); });
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-16 14:25:41 * @LastEditTime: 2021-11-19 15:40:23
* @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
@ -120,6 +120,7 @@ export default {
exportData() { exportData() {
let obj = Object.assign({}, this.getCtime2, this.form); let obj = Object.assign({}, this.getCtime2, this.form);
obj.iContrastType = 2; obj.iContrastType = 2;
obj.sType = 'ToSeriesPptV6';
this.btnLoading = true; this.btnLoading = true;
getToPptTask(obj).then(() => { getToPptTask(obj).then(() => {
this.$notification.open({ this.$notification.open({

Loading…
Cancel
Save