Commit 2385cb50 by 无尘

fix: 修改参数

parent f8512cc1
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:47:17
* @LastEditors: 无尘
* @LastEditTime: 2020-12-02 15:37:44
* @LastEditTime: 2020-12-03 17:27:07
-->
<template>
<div class="common-app-right" style="padding: 20px 0;color: #303133">
......@@ -120,6 +120,8 @@ export default {
},
data() {
return {
wxEnterpriseId: localStorage.getItem('haoBanUser') ? JSON.parse(localStorage.getItem('haoBanUser')).wxEnterpriseId : '',
form: {
tab: '',
performanceYm: '',
......@@ -225,6 +227,7 @@ export default {
} else if (flag == 1) {
let par = {
enterpriseId: that.brandId,
wxEnterpriseId: that.wxEnterpriseId,
performanceType,
performanceYm,
performanceSubType,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:48:40
* @LastEditors: 无尘
* @LastEditTime: 2020-12-02 15:38:38
* @LastEditTime: 2020-12-03 17:26:18
-->
<template>
<div class="common-app-right">
......@@ -78,6 +78,8 @@ export default {
data() {
return {
tableH: window.screen.availHeight - 464 - 126,
wxEnterpriseId: localStorage.getItem('haoBanUser') ? JSON.parse(localStorage.getItem('haoBanUser')).wxEnterpriseId : '',
tableData: [],
performanceSum: '0.00', // 总指标
clerkObj: {
......@@ -188,6 +190,7 @@ export default {
that.loadSave = true;
const para = {
enterpriseId: that.brandId,
wxEnterpriseId: that.wxEnterpriseId,
storeInfoId: that.clerkObj.storeInfoId,
performanceYear: that.clerkObj.performanceYm.split('-')[0],
performanceYm: that.clerkObj.performanceYm,
......@@ -217,6 +220,7 @@ export default {
const that = this;
const para = {
enterpriseId: that.brandId,
wxEnterpriseId: that.wxEnterpriseId,
storeInfoId: that.clerkObj.storeInfoId,
performanceYm: that.clerkObj.performanceYm,
performanceType: that.$route.query.performanceType,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment