This commit is contained in:
yanran200730
2022-01-13 18:15:11 +08:00
parent c50350bf8a
commit 29beead2e4
12 changed files with 27 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ export default {
uni.showLoading()
this.id = query.id
this.getInfo(query.id)
document.title = query.id ? '编辑家庭情况' : '添加家庭情况'
},
methods: {