更新我要招工中的消息页面

This commit is contained in:
dengxin
2024-03-18 17:06:39 +08:00
parent d8930fb893
commit f3cfb8479a
10 changed files with 1688 additions and 663 deletions

View File

@@ -90,6 +90,7 @@
computed: {
...mapGetters(['news']),
data() {
console.log(this.news.data,'-----------------------------');
return this.news.data
}
}