Commit dad10c6a by xionglin

brtsnd

parent 68f7bb1a
...@@ -25,7 +25,7 @@ export default { ...@@ -25,7 +25,7 @@ export default {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)) spt: JSON.parse(localStorage.getItem('row_' + this.trnName))
} }
if( this.$route.query.inr !='') { if( this.$route.query.inr !='') {
localStorage.removeItem('row_'+this.trnName) localStorage.setItem('row_brtsnd',null)
} }
const res = await Api.post('/service/brtsnd/init', { const res = await Api.post('/service/brtsnd/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