Commit 6f09e64d authored by chenwei's avatar chenwei

选择会员下拉

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