湖南公安

This commit is contained in:
liuye
2022-06-15 14:26:38 +08:00
parent d2114c2193
commit 2b543c6d98
9 changed files with 67 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ export default {
// 居民列表
getList() {
this.$http.post('/app/wxcp/wxcustomer/list', null, {
params: { ...this.page1, ...this.search, type: 1 },
params: { ...this.page1, ...this.search, type: 1, wxUserId: this.user.wxUserId, customerType: 1},
})
.then((res) => {
if (res?.data) {