【修改】试卷任务切换,总体细节
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user