bug
This commit is contained in:
@@ -63,7 +63,8 @@ export default {
|
||||
params: {
|
||||
isPublic: 1,
|
||||
resource: "portal",
|
||||
size: 999
|
||||
size: 999,
|
||||
name: this.keyword
|
||||
}
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
|
||||
@@ -46,7 +46,6 @@ export default {
|
||||
getList() {
|
||||
this.$http.post(`/app/appconvenientaddressbook/list`, null, {
|
||||
params: {
|
||||
areaId: this.user.areaId,
|
||||
createUserId: this.user.id
|
||||
}
|
||||
}).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user