Commit c33aaa54 by xionglin

brtset

parent 3b121d1f
......@@ -21,26 +21,9 @@ export default {
...limitbody,
...doctre,
async init () {
let inr = this.$route.query.trn
let curReviewSpt = null
if (inr) {
curReviewSpt = sessionStorage.getItem('review_' + inr)
}
let params = {}
if (curReviewSpt) {
params = {
spt: JSON.parse(curReviewSpt)
}
} else {
params = {
spt: {
inr: this.$route.query.trn
}
}
}
const loading = this.loading();
const res = await Api.post('/service/brtset/init', {
...params,
transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL',
brdgrp:{
......
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