This commit is contained in:
liuye
2022-02-11 11:32:30 +08:00
parent e5d35b859f
commit 281a2de1fc
4 changed files with 13 additions and 7 deletions

View File

@@ -150,7 +150,6 @@ export default {
params: {
current: 1,
size: 1000000,
areaId: this.user.areaId
}
}).then(res => {
if (res?.data) {
@@ -299,7 +298,6 @@ export default {
params: {
current: 1,
size: 20,
areaId: this.user.areaId,
name: this.name
}
}).then(res => {