湖南公安
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user