mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-20 11:05:10 +00:00
@@ -144,7 +144,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function handleChange(_, ...args) {
|
function handleChange(_, ...args) {
|
||||||
emit('change', args[0] ? args[0].value : undefined);
|
emit('change', ...args);
|
||||||
emitData.value = args;
|
emitData.value = args;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user