优化问题列表组件的默认项,清空问题和答案字段
This commit is contained in:
parent
066464018d
commit
e419fc7329
@ -170,8 +170,8 @@ const editedItem = ref({
|
||||
});
|
||||
const defaultItem = ref({
|
||||
id: 0,
|
||||
problem: '1',
|
||||
answer: '1',
|
||||
problem: '',
|
||||
answer: '',
|
||||
check_error: 0,
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user