选项类型默认值更改
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',
|
||||
ValueType: '',
|
||||
Unit: '',
|
||||
QuestionGenre: '',
|
||||
QuestionGenre: null,
|
||||
TypeValue: '',
|
||||
DictionaryCode: '',
|
||||
ParentId: '',
|
||||
|
@ -1070,6 +1070,7 @@ export default {
|
|||
} else {
|
||||
data.LesionType = null
|
||||
}
|
||||
data.QuestionGenre = null
|
||||
data.DictionaryCode = ''
|
||||
data.TypeValue = ''
|
||||
data.ValueType = ''
|
||||
|
|
Loading…
Reference in New Issue