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