💄 统一 emit 格式.

This commit is contained in:
lijiahangmax
2024-03-20 23:45:31 +08:00
parent 386e440f02
commit eb9e184d79
16 changed files with 50 additions and 50 deletions

View File

@@ -3,8 +3,8 @@
<!-- 列表-表格 -->
<exec-template-table ref="table"
@open-exec="(e) => execModal.open(e)"
@openAdd="() => drawer.openAdd()"
@openUpdate="(e) => drawer.openUpdate(e)" />
@open-add="() => drawer.openAdd()"
@open-update="(e) => drawer.openUpdate(e)" />
<!-- 添加修改模态框 -->
<exec-template-form-drawer ref="drawer"
@added="modalAddCallback"