Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -163,7 +163,7 @@ |
| 163 | 163 | |
| 164 | 164 | const [registerModal, { setModalProps, closeModal }] = useModalInner(async (data) => { |
| 165 | 165 | await resetFields(); |
| 166 | - checkStrictly.value = !!data?.isUpdate; | |
| 166 | + checkStrictly.value = !data?.isAdd; | |
| 167 | 167 | setModalProps({ confirmLoading: false }); |
| 168 | 168 | isAdd.value = !!data?.isAdd; |
| 169 | 169 | const groupListModel = await findCurrentUserGroups(); | ... | ... |