bugfix
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
border>
|
border>
|
||||||
<el-table-column align="center" label="序号" width="80">
|
<el-table-column align="center" label="序号" width="80">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-radio :label="scope.row.省份流水号" v-model="radio" @change.native="getCurrentRow(scope.row.省份流水号, scope.row.省份)"/>
|
<el-radio :label="scope.row.省份流水号" v-model="radio" @change="pageCurrent = 1;pageSize = 10;getCurrentRow(scope.row.省份流水号, scope.row.省份)"/>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="地区">
|
<el-table-column align="center" label="地区">
|
||||||
@@ -348,7 +348,7 @@ export default {
|
|||||||
radio: null, // 地区选择框
|
radio: null, // 地区选择框
|
||||||
tableData2: [], // 客户表
|
tableData2: [], // 客户表
|
||||||
pageCurrent: 1,
|
pageCurrent: 1,
|
||||||
pageSize: 10,
|
pageSize: 40,
|
||||||
total: null,
|
total: null,
|
||||||
AdressID: null, // 地区流水号
|
AdressID: null, // 地区流水号
|
||||||
MarketingManagerValue: '', // 营销经理
|
MarketingManagerValue: '', // 营销经理
|
||||||
|
|||||||
Reference in New Issue
Block a user