mirror of
https://gitee.com/blossom-editor/blossom.git
synced 2025-12-07 09:18:32 +08:00
fix: 日历计划无法重复新增的问题
This commit is contained in:
parent
3a0c53f42e
commit
3b71b0aab5
@ -30,7 +30,7 @@
|
|||||||
top="60px"
|
top="60px"
|
||||||
style="margin-left: 300px"
|
style="margin-left: 300px"
|
||||||
:append-to-body="true"
|
:append-to-body="true"
|
||||||
:destroy-on-close="false"
|
:destroy-on-close="true"
|
||||||
:close-on-click-modal="true"
|
:close-on-click-modal="true"
|
||||||
draggable>
|
draggable>
|
||||||
<PlanDailyInfo @saved="savedCallback"></PlanDailyInfo>
|
<PlanDailyInfo @saved="savedCallback"></PlanDailyInfo>
|
||||||
|
|||||||
@ -130,6 +130,7 @@ const saveDaily = async (formEl: FormInstance | undefined) => {
|
|||||||
|
|
||||||
const imgs = [
|
const imgs = [
|
||||||
{ name: 'base-awesome.png', url: getImg('base-awesome.png') },
|
{ name: 'base-awesome.png', url: getImg('base-awesome.png') },
|
||||||
|
{ name: 'base-celebrate.png', url: getImg('base-celebrate.png') },
|
||||||
{ name: 'base-cool.png', url: getImg('base-cool.png') },
|
{ name: 'base-cool.png', url: getImg('base-cool.png') },
|
||||||
{ name: 'base-learning.png', url: getImg('base-learning.png') },
|
{ name: 'base-learning.png', url: getImg('base-learning.png') },
|
||||||
{ name: 'cat-kiss.png', url: getImg('cat-kiss.png') },
|
{ name: 'cat-kiss.png', url: getImg('cat-kiss.png') },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user