[update] 52998
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user