Commit 53df2a35 by 李少勇

修改rcvsel交易

parent e3a54b04
......@@ -322,11 +322,11 @@ export default {
}
},
methods: {
dbClickRow() {
dbClickRow(row) {
this.routerPush({
path: '/business/msgdtl',
query: {
mpsinr:this.msggrp.rcvlst.inr
mpsinr: row.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