1.解决清空后双向绑定失效的问题
parent
54100aa631
commit
b4d1f06cea
|
|
@ -583,7 +583,6 @@ const upload_change = async (uploadFile: UploadFile) => {
|
||||||
// 清空列表
|
// 清空列表
|
||||||
const clear_click = () => {
|
const clear_click = () => {
|
||||||
app?.appContext.config.globalProperties.$common.message_box('清空后不可恢复,确定继续吗?', 'warning').then(() => {
|
app?.appContext.config.globalProperties.$common.message_box('清空后不可恢复,确定继续吗?', 'warning').then(() => {
|
||||||
page_settings();
|
|
||||||
emits('clear');
|
emits('clear');
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue