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