编辑帮扶日志

This commit is contained in:
liuye
2022-03-29 14:45:09 +08:00
parent 0acff93d88
commit bee61dbc1e

View File

@@ -40,7 +40,7 @@ export default {
}
},
onShow() {
document.title = this.id ? '添加帮扶日志' : '编辑帮扶日志'
document.title = this.id ? '编辑帮扶日志' : '添加帮扶日志'
},
methods: {
getInfo() {