[update] 52998

This commit is contained in:
zhaomeijing
2022-05-30 18:10:30 +08:00
parent 37c4c76be8
commit f14ded05b2
5 changed files with 26 additions and 74 deletions
@@ -353,7 +353,9 @@
},
methods: {
getInfoById() {
getAction(this.url.getInfo, { id: this.$route.query.id }).then((res) => {
let _id = this.$route.query.documentId === undefined ? this.$route.query.id : this.$route.query.documentId
console.log(_id)
getAction(this.url.getInfo, { id: _id }).then((res) => {
if (res.success) {
this.detailList = res.result
} else {