Commit ec0fa03a by Kyle_Li

update: 查看门店

parent ff36bbbc
......@@ -124,6 +124,7 @@ export default {
};
},
created() {
this.form = this.$route.query;
this.init();
},
mounted() {
......
......@@ -36,7 +36,7 @@
<el-table-column label="操作">
<template slot-scope="{row}">
<el-button type="text" @click="$router.push({ path: '/target-store', query: { tab: activeName, year: row.performanceYm, applicationId } })">查看门店</el-button>
<el-button type="text" @click="$router.push({ path: '/target-store', query: { tab: activeName, performanceYm: row.performanceYm, applicationId } })">查看门店</el-button>
</template>
</el-table-column>
</el-table>
......@@ -64,7 +64,7 @@ export default {
return {
haoban: {},
tableData: [],
activeName: '1',
activeName: '1', // 1业绩,2新增
search: {
date: new Date().getFullYear()
},
......@@ -101,7 +101,7 @@ export default {
const para = {
...that.haoban,
enterpriseId: that.brandId,
perfromanceType: that.activeName,
performanceType: that.activeName,
performanceYear: that.search.date
};
getTargetList(para, { headers: { sign: that.brandId } })
......
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