Commit a2bfbf57 by xionglin

litopn复核

parent 0c1177e0
...@@ -82,7 +82,8 @@ export default { ...@@ -82,7 +82,8 @@ export default {
}, },
toLitopn() { toLitopn() {
// 点击开立,清空从待经办进来的时候带的行参数 // 点击开立,清空从待经办进来的时候带的行参数
localStorage.setItem('row_gitopn', null) localStorage.setItem('row_litopn', null)
localStorage.setItem('review_litopn',null)
this.$router.history.push('/business-new/litopn'); this.$router.history.push('/business-new/litopn');
}, },
toLetopn() { toLetopn() {
......
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ 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)),
trnmod:{ trnmod:{
trn:JSON.parse(localStorage.getItem('review_'+this.trnName)) trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
} }
......
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