1
This commit is contained in:
@@ -201,9 +201,6 @@ export default {
|
||||
Vue.set(this.row, col.key, dayjs(defaultVal).toDate())
|
||||
} else if (col.data_type === 'boolean') {
|
||||
Vue.set(this.row, col.key, defaultVal === 1 || defaultVal === true)
|
||||
} else {
|
||||
defaultVal = defaultVal !== undefined ? defaultVal : ''
|
||||
Vue.set(this.row, col.key, defaultVal)
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user