居民上报

This commit is contained in:
liuye
2023-05-12 16:02:04 +08:00
parent 7bea38ba79
commit 9a18db7f99

View File

@@ -103,6 +103,9 @@ export default {
methods: {
tabClick(index) {
this.currentTab = index
if(!this.currentTab) {
this.getInfo()
}
},
getInfo() {
this.$loading()