Commit 1d46e4d0 by WH

fix:传递Trn

parent f3c55159
......@@ -23,14 +23,12 @@ export default {
async init () {
const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
trnmod:{
trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
}
trn:JSON.parse(localStorage.getItem('review_'+this.trnName)),
trninr: this.$route.query.trninr,
}
const res = await Api.post('/service/litcan/init', {
...params,
transName: this.trnName,
trninr: this.$route.query.trninr,
userId: window.sessionStorage.userId || 'ZL',
lidgrp:{
rec:{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment