【删除】 删除无用代码
This commit is contained in:
@@ -448,7 +448,7 @@ const handleCheckChange = (data: Tree, checked: boolean, indeterminate: boolean)
|
||||
examName: '',
|
||||
examCode: ''
|
||||
}
|
||||
if (data.functions != null && data.functions != "") {
|
||||
if (data.functions != null && data.functions != '') {
|
||||
pptxPoints.firstName = chineseName.value
|
||||
pptxPoints.index = textIndex.value
|
||||
pptxPoints.function = data.functions
|
||||
@@ -700,6 +700,8 @@ const submitForm = async () => {
|
||||
/** 重置表单 */
|
||||
const resetForm = () => {
|
||||
formData.value = {
|
||||
pointNamesVo: '',
|
||||
chapteridDictTextVo: '',
|
||||
content: '',
|
||||
specialtyName: '',
|
||||
courseName: '',
|
||||
@@ -710,7 +712,7 @@ const resetForm = () => {
|
||||
quLevel: 0,
|
||||
pointNames: '',
|
||||
subjectName: '',
|
||||
status: '0',
|
||||
status: ' ',
|
||||
resourceValue: '',
|
||||
answerList: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user