Commit a6c0f595 by panziyi

bot,bct复核参数修改

parent 6d5cb87e
...@@ -24,9 +24,7 @@ export default { ...@@ -24,9 +24,7 @@ export default {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)), spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
trnmod:{ trninr: this.$route.query.trninr,
trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
}
} }
if ( typeof(this.$route.query.inr) == 'string' ){ if ( typeof(this.$route.query.inr) == 'string' ){
params.spt = null params.spt = null
......
...@@ -24,9 +24,7 @@ export default { ...@@ -24,9 +24,7 @@ export default {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)), spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
// trnmod:{ trninr: this.$route.query.trninr,
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
} }
const res = await Api.post('/service/bctame/init', { const res = await Api.post('/service/bctame/init', {
...params, ...params,
......
...@@ -24,9 +24,7 @@ export default { ...@@ -24,9 +24,7 @@ export default {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)), spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
// trnmod:{ trninr: this.$route.query.trninr,
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
} }
const res = await Api.post('/service/bctcan/init', { const res = await Api.post('/service/bctcan/init', {
...params, ...params,
......
...@@ -24,9 +24,7 @@ export default { ...@@ -24,9 +24,7 @@ export default {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)), spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
// trnmod:{ trninr: this.$route.query.trninr,
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
} }
const res = await Api.post('/service/bctdav/init', { const res = await Api.post('/service/bctdav/init', {
...params, ...params,
......
...@@ -24,9 +24,7 @@ export default { ...@@ -24,9 +24,7 @@ export default {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)), spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
// trnmod:{ trninr: this.$route.query.trninr,
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
} }
const res = await Api.post('/service/bctdor/init', { const res = await Api.post('/service/bctdor/init', {
...params, ...params,
......
...@@ -24,9 +24,7 @@ export default { ...@@ -24,9 +24,7 @@ export default {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)), spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
// trnmod:{ trninr: this.$route.query.trninr,
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
} }
const res = await Api.post('/service/bctrad/init', { const res = await Api.post('/service/bctrad/init', {
...params, ...params,
......
...@@ -24,9 +24,7 @@ export default { ...@@ -24,9 +24,7 @@ export default {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)), spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
// trnmod:{ trninr: this.$route.query.trninr,
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
} }
const res = await Api.post('/service/bctset/init', { const res = await Api.post('/service/bctset/init', {
...params, ...params,
......
...@@ -24,9 +24,7 @@ export default { ...@@ -24,9 +24,7 @@ export default {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)), spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
trnmod:{ trninr: this.$route.query.trninr,
trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
}
} }
const res = await Api.post('/service/botacc/init', { const res = await Api.post('/service/botacc/init', {
...params, ...params,
......
...@@ -24,9 +24,7 @@ export default { ...@@ -24,9 +24,7 @@ export default {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)), spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
// trnmod:{ trninr: this.$route.query.trninr,
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
} }
const res = await Api.post('/service/botame/init', { const res = await Api.post('/service/botame/init', {
...params, ...params,
......
...@@ -22,7 +22,8 @@ export default { ...@@ -22,7 +22,8 @@ export default {
...doctre, ...doctre,
async init () { async init () {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)) spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
trninr: this.$route.query.trninr,
} }
const res = await Api.post('/service/botcan/init', { const res = await Api.post('/service/botcan/init', {
...params, ...params,
......
...@@ -22,7 +22,8 @@ export default { ...@@ -22,7 +22,8 @@ export default {
...doctre, ...doctre,
async init () { async init () {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)) spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
trninr: this.$route.query.trninr,
} }
const res = await Api.post('/service/botdav/init', { const res = await Api.post('/service/botdav/init', {
...params, ...params,
......
...@@ -22,7 +22,8 @@ export default { ...@@ -22,7 +22,8 @@ export default {
...doctre, ...doctre,
async init () { async init () {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)) spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
trninr: this.$route.query.trninr,
} }
const res = await Api.post('/service/botdcr/init', { const res = await Api.post('/service/botdcr/init', {
...params, ...params,
......
...@@ -22,7 +22,8 @@ export default { ...@@ -22,7 +22,8 @@ export default {
...doctre, ...doctre,
async init () { async init () {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)) spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
trninr: this.$route.query.trninr,
} }
const res = await Api.post('/service/botrad/init', { const res = await Api.post('/service/botrad/init', {
...params, ...params,
......
...@@ -22,7 +22,8 @@ export default { ...@@ -22,7 +22,8 @@ export default {
...doctre, ...doctre,
async init () { async init () {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)) spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
trninr: this.$route.query.trninr,
} }
const res = await Api.post('/service/gitopn/init', { const res = await Api.post('/service/gitopn/init', {
...params, ...params,
......
...@@ -24,9 +24,7 @@ export default { ...@@ -24,9 +24,7 @@ export default {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)), spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
trnmod:{ trninr: this.$route.query.trninr,
trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
}
} }
const res = await Api.post('/service/botset/init', { const res = await Api.post('/service/botset/init', {
...params, ...params,
......
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