Commit b165d013 by xionglin

复核修改注释

parent 979a7aba
......@@ -157,7 +157,7 @@ export default {
cancelButtonText: '取消',
type: 'warning',
}).then(async () => {
// 提交复核之后给该交易码的flag设置为false,用来判断此交易码没有当前页面
// 提交复核之后给移除该交易码的flag,用来判断此交易码没有当前页面
localStorage.removeItem('flag_'+this.$route.query.newFlag)
let params = {
transName: 'trnrel',
......@@ -222,7 +222,7 @@ export default {
cancelButtonText: '取消',
type: 'warning',
}).then(async () => {
// 退回复核之后给该交易码的flag设置为false,用来判断此交易码没有当前页面
// 退回复核之后移除该交易码的flag,用来判断此交易码没有当前页面
localStorage.removeItem('flag_'+this.$route.query.newFlag)
let params = {
trninr: this.$route.query.trn,
......
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