【修改】试卷任务切换,总体细节

This commit is contained in:
YOHO\20373
2025-05-22 14:23:13 +08:00
committed by 陆光LG
parent df984dc3a6
commit 5d8ae6de72
17 changed files with 378 additions and 18 deletions

View File

@@ -199,7 +199,7 @@ const fetchSpecialtyOptions = async () => {
};
/** 弹窗打开事件 */
const handleOpen = () => {
const open = () => {
// if (props.data) {
// assignFields(props.data);
// isUpdate.value = true;
@@ -234,5 +234,5 @@ const fetchSpecialtyOptions = async () => {
onMounted(() => {
fetchSpecialtyOptions();
});
defineExpose({ handleOpen })
defineExpose({ open })
</script>