ecrf默认值更改
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-10-23 13:46:27 +08:00
parent 99cd18c8e5
commit 917d32bf46
2 changed files with 4 additions and 4 deletions

View File

@ -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 = ''

View File

@ -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')