内容发布
This commit is contained in:
@@ -65,7 +65,8 @@
|
|||||||
search: {
|
search: {
|
||||||
current: 1,
|
current: 1,
|
||||||
size: 10,
|
size: 10,
|
||||||
title: ''
|
title: '',
|
||||||
|
areaId: ''
|
||||||
},
|
},
|
||||||
currIndex: -1,
|
currIndex: -1,
|
||||||
areaList: [],
|
areaList: [],
|
||||||
@@ -87,7 +88,7 @@
|
|||||||
...mapState(['user'])
|
...mapState(['user'])
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
created() {
|
||||||
this.search.areaId = this.user.info.areaId
|
this.search.areaId = this.user.info.areaId
|
||||||
this.getList()
|
this.getList()
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user