内容发布

This commit is contained in:
yanran200730
2021-12-22 11:05:25 +08:00
parent 543b247d72
commit 3964cc2769

View File

@@ -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()
}, },