Commit f58ecbce by sunxi

16号晚上少量更新

parent 20496dfa
...@@ -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