优化问题列表组件的默认项,清空问题和答案字段

This commit is contained in:
keqingmoe 2024-12-30 15:01:50 +08:00
parent 066464018d
commit e419fc7329

View File

@ -170,8 +170,8 @@ const editedItem = ref({
});
const defaultItem = ref({
id: 0,
problem: '1',
answer: '1',
problem: '',
answer: '',
check_error: 0,
});