选项类型默认值更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5a1b4b181a
commit
cc4afc8d37
|
@ -751,7 +751,7 @@ export default {
|
||||||
Type: 'input',
|
Type: 'input',
|
||||||
ValueType: '',
|
ValueType: '',
|
||||||
Unit: '',
|
Unit: '',
|
||||||
QuestionGenre: '',
|
QuestionGenre: null,
|
||||||
TypeValue: '',
|
TypeValue: '',
|
||||||
DictionaryCode: '',
|
DictionaryCode: '',
|
||||||
ParentId: '',
|
ParentId: '',
|
||||||
|
@ -1070,6 +1070,7 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
data.LesionType = null
|
data.LesionType = null
|
||||||
}
|
}
|
||||||
|
data.QuestionGenre = null
|
||||||
data.DictionaryCode = ''
|
data.DictionaryCode = ''
|
||||||
data.TypeValue = ''
|
data.TypeValue = ''
|
||||||
data.ValueType = ''
|
data.ValueType = ''
|
||||||
|
|
Loading…
Reference in New Issue