Commit bc620a27 by lixinyi

clt暂存复核修改

parent 80268064
...@@ -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/cltdav/init', { const res = await Api.post('/service/cltdav/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/cltset/init', { const res = await Api.post('/service/cltset/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/clttra/init', { const res = await Api.post('/service/clttra/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