ecrf默认值更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
99cd18c8e5
commit
917d32bf46
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue