Commit 7e1223a4 by WH

Merge remote-tracking branch 'origin/settle-test-20230110' into settle-test-20230110

parents 9c70e7ff c33aaa54
......@@ -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