Commit 2385cb50 by 无尘

fix: 修改参数

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