Commit 0ef25063 by member

修复链接小工具卡券名字找不到

parent 20ceba89
...@@ -98,7 +98,7 @@ export default { ...@@ -98,7 +98,7 @@ export default {
handleCurrentChangeRow(row) { handleCurrentChangeRow(row) {
this.$nextTick(_ => { this.$nextTick(_ => {
if (row.coupCardId == this.radio) { if (row.coupCardId == this.radio) {
this.$emit('pass-id', row.coupCardId); this.$emit('pass-id', row);
} }
}); });
}, },
......
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