Commit e3a54b04 by 李少勇

Merge branch 'develop' of http://114.115.138.98:8900/isc-v3.1/isc-web-vue into develop

parents 026c7b4d f58ecbce
...@@ -62,13 +62,13 @@ export default { ...@@ -62,13 +62,13 @@ export default {
console.log("进入msgdtl交易"); console.log("进入msgdtl交易");
let params = { let params = {
transName: this.trnName, transName: this.trnName,
fxdgrp: { rcvsel: {
rec: { rec: {
inr: this.$route.query.inr || "", mpsinr: this.$route.query.mpsinr || "",
}, },
}, },
}; };
// this.init(params) this.init(params)
} }
} }
</script> </script>
......
...@@ -326,7 +326,7 @@ export default { ...@@ -326,7 +326,7 @@ export default {
this.routerPush({ this.routerPush({
path: '/business/msgdtl', path: '/business/msgdtl',
query: { query: {
mpsinr:this.msggrp.rcvlst.inr
} }
}) })
} }
......
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