|
@@ -206,7 +206,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
details () {
|
|
|
- getDetails({ docId: this.docIds }).then(res => {
|
|
|
+ getDetails({ docId: this.docIds, from: this.$route.query.from }).then(res => {
|
|
|
console.log(res)
|
|
|
if (res.data.error_code === 0) {
|
|
|
this.datas = res.data.data.detail
|