监测对象bug
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user