🐛 日期单元格值设置不上

This commit is contained in:
Vanessa 2023-08-02 12:02:34 +08:00
parent 12d399dce9
commit e3315a1dd1
4 changed files with 12 additions and 11 deletions

View file

@ -621,8 +621,10 @@ export const openMenuPanel = (options: {
data,
protyle: options.protyle,
value: {
content: 0,
content2: 0,
isNotEmpty2: false,
isNotEmpty: false,
content: null,
content2: null,
hasEndDate: false
}
});