mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
输入框类型切换后值无法更新问题
This commit is contained in:
@@ -1045,8 +1045,10 @@ export default {
|
||||
this.initValue()
|
||||
},
|
||||
dateLabelFormat () {
|
||||
this.dateParseValue(this.datePanelValue)
|
||||
this.inputValue = this.datePanelLabel
|
||||
if (this.isDatePickerType) {
|
||||
this.dateParseValue(this.datePanelValue)
|
||||
this.inputValue = this.datePanelLabel
|
||||
}
|
||||
}
|
||||
},
|
||||
created () {
|
||||
|
||||
Reference in New Issue
Block a user