flat: 暂存

This commit is contained in:
Apcallover
2024-04-08 19:32:21 +08:00
parent 6c2e40a21b
commit f7f13e119f
8 changed files with 71 additions and 35 deletions

View File

@@ -67,11 +67,7 @@ export default {
this.headTitle = res[0].name
this.search.serveId = res[0].id
this.searchServeId = res[0].id
this.getList().then((records) => {
if(records.length) {
this.headTitle = records[0].name
}
})
this.getList()
}
})
},