Merge branch 'bjxz-dev' of http://139.9.66.234:18023/kun/mobile-workflow into bjxz-dev
This commit is contained in:
commit
b996f06cc7
@ -50,9 +50,11 @@
|
||||
return props.modelValue
|
||||
},
|
||||
set(val) {
|
||||
if (props.formProps.format === 'yyyy-mm-dd hh:mm') {
|
||||
val = val.substring(0, 16) + ':00'
|
||||
console.log(11111111, props.formProps.format == 'yyyy-MM-dd HH:mm', val)
|
||||
if (props.formProps.format == 'yyyy-MM-dd HH:mm') {
|
||||
val = val.substring(0, 16)
|
||||
}
|
||||
console.log(val)
|
||||
emits('update:modelValue', val)
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user