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