25695
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user