1.解决清空后双向绑定失效的问题

v1.0.0
sws 2024-09-06 17:43:00 +08:00
parent 54100aa631
commit b4d1f06cea
1 changed files with 0 additions and 1 deletions

View File

@ -583,7 +583,6 @@ const upload_change = async (uploadFile: UploadFile) => {
//
const clear_click = () => {
app?.appContext.config.globalProperties.$common.message_box('清空后不可恢复,确定继续吗?', 'warning').then(() => {
page_settings();
emits('clear');
});
};