@@ -905,7 +905,7 @@ export default {
|
|||||||
GroupName: '',
|
GroupName: '',
|
||||||
GroupEnName: '',
|
GroupEnName: '',
|
||||||
Remark: '',
|
Remark: '',
|
||||||
ImageCount: 1,
|
ImageCount: 0,
|
||||||
RelevanceId: '',
|
RelevanceId: '',
|
||||||
RelevanceValueList: [],
|
RelevanceValueList: [],
|
||||||
LesionType: '',
|
LesionType: '',
|
||||||
@@ -1323,7 +1323,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
form.MaxAnswerLength = null
|
form.MaxAnswerLength = null
|
||||||
}
|
}
|
||||||
form.ImageCount = null
|
form.ImageCount = 0
|
||||||
form.QuestionGenre = null
|
form.QuestionGenre = null
|
||||||
form.CalculateQuestions = []
|
form.CalculateQuestions = []
|
||||||
form.CustomCalculateMark = ''
|
form.CustomCalculateMark = ''
|
||||||
|
|||||||
@@ -760,7 +760,7 @@ export default {
|
|||||||
ClassifyAlgorithms: null,
|
ClassifyAlgorithms: null,
|
||||||
ExportIdentification: 0,
|
ExportIdentification: 0,
|
||||||
ExportResult: [],
|
ExportResult: [],
|
||||||
ImageCount: null
|
ImageCount: 0
|
||||||
// IsEnable: true
|
// IsEnable: true
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
@@ -1114,7 +1114,7 @@ export default {
|
|||||||
form.ClassifyAlgorithms = null
|
form.ClassifyAlgorithms = null
|
||||||
form.ExportIdentification = 0
|
form.ExportIdentification = 0
|
||||||
form.ExportResult = []
|
form.ExportResult = []
|
||||||
form.ImageCount = null
|
form.ImageCount = 0
|
||||||
},
|
},
|
||||||
close() {
|
close() {
|
||||||
this.$emit('close')
|
this.$emit('close')
|
||||||
|
|||||||
Reference in New Issue
Block a user