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

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