Commit 6f09e64d authored by chenwei's avatar chenwei

选择会员下拉

parent a2c56020
...@@ -271,7 +271,9 @@ export default { ...@@ -271,7 +271,9 @@ export default {
let params = { let params = {
id: id, id: id,
}; };
getCityList(params).then((res) => {}); getCityList(params).then((res) => {
this.cityList = res.data;
});
}, },
handleQuery() { handleQuery() {
this.queryParams.pageNo = 1; this.queryParams.pageNo = 1;
......
...@@ -321,8 +321,8 @@ ...@@ -321,8 +321,8 @@
<pagination <pagination
v-show="total > 0" v-show="total > 0"
:total="total" :total="total"
:page.sync="queryParams.pageNo" :page.sync="queryParams.page"
:limit.sync="queryParams.pageSize" :limit.sync="queryParams.rows"
@pagination="getList" @pagination="getList"
/> />
<!-- 查看 编辑 新增弹窗 --> <!-- 查看 编辑 新增弹窗 -->
......
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