mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-09 12:57:40 +00:00
【优化】增加 image mj 按钮回调
This commit is contained in:
@@ -67,7 +67,7 @@ const handlerLoading = async (status: number) => {
|
||||
|
||||
/** mj 按钮 click */
|
||||
const handlerMjBtnClick = async (button: ImageMjButtonsVO) => {
|
||||
emits('onMjBtnClick', button)
|
||||
emits('onMjBtnClick', button, props.imageDetail)
|
||||
}
|
||||
|
||||
// watch
|
||||
|
||||
Reference in New Issue
Block a user