This commit is contained in:
shijingjing
2022-05-06 17:07:56 +08:00
parent 5e3424365a
commit af698b8468
3 changed files with 11 additions and 10 deletions

View File

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