Commit bc620a27 by lixinyi

clt暂存复核修改

parent 80268064
......@@ -24,9 +24,7 @@ export default {
const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
// trnmod:{
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
trninr: this.$route.query.trninr,
}
const res = await Api.post('/service/cltdav/init', {
...params,
......
......@@ -24,9 +24,7 @@ export default {
const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
// trnmod:{
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
trninr: this.$route.query.trninr,
}
const res = await Api.post('/service/cltset/init', {
...params,
......
......@@ -24,9 +24,7 @@ export default {
const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
// trnmod:{
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
trninr: this.$route.query.trninr,
}
const res = await Api.post('/service/clttra/init', {
...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