Commit 012dbebac4c0c97ea213dc14f866e403296c4640
1 parent
170c317a
fix: linkedge action alarm something can not create
Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -165,6 +165,7 @@ |
165 | 165 | const [registerDrawer, { setDrawerProps, closeDrawer }] = useDrawerInner(async (data) => { |
166 | 166 | setDrawerProps({ confirmLoading: false, loading: true }); |
167 | 167 | isUpdate.value = data.isUpdate; |
168 | + getActionFormArr(); | |
168 | 169 | if (!unref(isUpdate)) { |
169 | 170 | resetFields(); |
170 | 171 | //初始化执行动作 | ... | ... |