This commit is contained in:
liuye
2022-02-10 14:50:33 +08:00
parent c3672fadcb
commit d15b813605
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,8 @@ export default {
params: {
isPublic: 1,
resource: "portal",
size: 999
size: 999,
name: this.keyword
}
}).then(res => {
if (res.code == 0) {

View File

@@ -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 => {