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: '',
GroupEnName: '',
Remark: '',
ImageCount: 1,
ImageCount: 0,
RelevanceId: '',
RelevanceValueList: [],
LesionType: '',
@ -1323,7 +1323,7 @@ export default {
} else {
form.MaxAnswerLength = null
}
form.ImageCount = null
form.ImageCount = 0
form.QuestionGenre = null
form.CalculateQuestions = []
form.CustomCalculateMark = ''

View File

@ -760,7 +760,7 @@ export default {
ClassifyAlgorithms: null,
ExportIdentification: 0,
ExportResult: [],
ImageCount: null
ImageCount: 0
// IsEnable: true
},
rules: {
@ -1114,7 +1114,7 @@ export default {
form.ClassifyAlgorithms = null
form.ExportIdentification = 0
form.ExportResult = []
form.ImageCount = null
form.ImageCount = 0
},
close() {
this.$emit('close')