mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
🐛 日期单元格值设置不上
This commit is contained in:
parent
12d399dce9
commit
e3315a1dd1
4 changed files with 12 additions and 11 deletions
|
|
@ -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
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue