Update new CLIN fields so they post data properly
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import DateSelector from './date_selector'
|
||||
import optionsinput from './options_input'
|
||||
import textinput from './text_input'
|
||||
|
||||
export default {
|
||||
name: 'clin-fields',
|
||||
|
||||
components: {
|
||||
DateSelector,
|
||||
textinput,
|
||||
},
|
||||
|
||||
|
@@ -19,6 +19,7 @@ export default {
|
||||
initialyear: { type: String },
|
||||
mindate: { type: String },
|
||||
maxdate: { type: String },
|
||||
nameTag: { type: String }
|
||||
},
|
||||
|
||||
data: function() {
|
||||
@@ -26,6 +27,7 @@ export default {
|
||||
day: this.initialday,
|
||||
month: this.initialmonth,
|
||||
year: this.initialyear,
|
||||
name: this.nameTag,
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user