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,6 +165,7 @@ | ||
165 | const [registerDrawer, { setDrawerProps, closeDrawer }] = useDrawerInner(async (data) => { | 165 | const [registerDrawer, { setDrawerProps, closeDrawer }] = useDrawerInner(async (data) => { |
166 | setDrawerProps({ confirmLoading: false, loading: true }); | 166 | setDrawerProps({ confirmLoading: false, loading: true }); |
167 | isUpdate.value = data.isUpdate; | 167 | isUpdate.value = data.isUpdate; |
168 | + getActionFormArr(); | ||
168 | if (!unref(isUpdate)) { | 169 | if (!unref(isUpdate)) { |
169 | resetFields(); | 170 | resetFields(); |
170 | //初始化执行动作 | 171 | //初始化执行动作 |