update
This commit is contained in:
@@ -114,6 +114,10 @@
|
||||
const [registerDrawer, { setDrawerProps, closeDrawer }] = useDrawerInner(async (data) => {
|
||||
title.value = data.title;
|
||||
isUpdate.value = data.isUpdate;
|
||||
state.value = {
|
||||
latitude: null,
|
||||
longitude: null,
|
||||
};
|
||||
setDrawerProps({ confirmLoading: false });
|
||||
if (data.isUpdate) {
|
||||
await setFieldsValue({
|
||||
|
||||
Reference in New Issue
Block a user