This commit is contained in:
yanran200730
2021-12-22 19:04:41 +08:00
parent 87deb83ed5
commit 1553352c88
3 changed files with 29 additions and 31 deletions

View File

@@ -56,7 +56,8 @@
props: {
instance: Function,
dict: Object
dict: Object,
areaId: String
},
data () {
@@ -115,7 +116,8 @@
getList() {
this.instance.post(`/app/appvillageactivityinfo/list`, null, {
params: {
...this.search
...this.search,
areaId: this.areaId
}
}).then(res => {
if (res.code == 0) {