This commit is contained in:
shijingjing
2022-04-26 17:31:12 +08:00
parent 445e107150
commit 203c217811
2 changed files with 4 additions and 2 deletions

View File

@@ -37,7 +37,9 @@ export default {
},
onShow() {
document.title = this.parentName
this.getList()
if(this.parentName.length) {
this.getList()
}
},
methods: {
getList() {