Commit 34296152 by liaoxing

brtame 、brteus修改

parent 578e9d7e
......@@ -28,8 +28,10 @@ export default {
...params,
transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL',
trnmod:{
trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
brdgrp:{
rec:{
inr:this.$route.query.inr
}
}
});
if (!res.data) {
......
......@@ -25,6 +25,9 @@ export default {
if (model.brdgrp.ben.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.brdgrp.ben));
}
if (model.brdgrp.prb.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.brdgrp.prb));
}
let dataObj = {
rec: {
objtyp: 'BRD',
......
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