1.上传分类不清除选中的内容

v1.0.0
sws 2024-10-21 14:15:20 +08:00
parent 0cb39cfbaf
commit d7ee5a855a
1 changed files with 2 additions and 2 deletions

View File

@ -496,7 +496,7 @@ const submit_event = async (formEl: FormInstance | undefined) => {
});
}
});
}
}
// else {
// console.log('error submit!', fields);
// }
@ -574,7 +574,7 @@ const reset_data = () => {
dialogVisible.value = false;
form.value = {
type: 'loc',
category_id: [],
category_id: form.value.category_id,
file: [],
qrcode: '',
web_image: '',