监测对象bug

This commit is contained in:
liuye
2022-03-31 14:24:29 +08:00
parent e03aabf61a
commit 9c6766772d
3 changed files with 10 additions and 2 deletions

View File

@@ -42,7 +42,12 @@ export default {
}
},
onShow() {
document.title = this.id ? '编辑帮扶日志' : '添加帮扶日志'
if(this.type == 1) {
document.title = this.id ? '编辑帮扶日志' : '添加帮扶日志'
}else {
document.title = this.id ? '编辑走访日志' : '添加走访日志'
}
},
methods: {
getInfo() {