Commit 1b7354d8 by huaying

fix: 门店核销导出类型修改

parent 4c7a1f5f
......@@ -23,7 +23,7 @@
</el-table-column>
</el-table>
<dm-pagination v-show="tableData.length" background class="dm-pagination" @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="params.currentPage" :page-sizes="[20, 40, 60, 80]" :page-size="params.pageSize" layout="total, sizes, prev, pager, next" :total="total"></dm-pagination>
<vue-gic-export-excel :dialogVisible.sync="dialogVisible" :dataArr="tableData" :type="2" :excelUrl="excelUrl" :params="paramsex" :projectName="projectName"></vue-gic-export-excel>
<vue-gic-export-excel :dialogVisible.sync="dialogVisible" :dataArr="tableData" :type="1" :excelUrl="excelUrl" :params="paramsex" :projectName="projectName"></vue-gic-export-excel>
</div>
</div>
</template>
......
......@@ -168,6 +168,7 @@ export default {
const res = await popPlanList(params);
if (res.errorCode === 0 && res.result) {
this.tableList = res.result.result;
this.total = res.result.totalCount;
}
},
goForm(group, type) {
......
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