Commit 1d46e4d0 by WH

fix:传递Trn

parent f3c55159
...@@ -23,14 +23,12 @@ export default { ...@@ -23,14 +23,12 @@ export default {
async init () { async init () {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)), 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', { const res = await Api.post('/service/litcan/init', {
...params, ...params,
transName: this.trnName, transName: this.trnName,
trninr: this.$route.query.trninr,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
lidgrp:{ lidgrp:{
rec:{ 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