fix: 订单管理新增订单统计
This commit is contained in:
@@ -30,15 +30,6 @@ const [Modal, modalApi] = useVbenModal({
|
||||
});
|
||||
await formApi.validateAndSubmitForm();
|
||||
},
|
||||
onOpenChange(isOpen: boolean) {
|
||||
console.log(isOpen, '开启状态');
|
||||
// if (isOpen) {
|
||||
// const {values} =
|
||||
// modalApi.getData<Record<string, any>>();
|
||||
// if (values) {
|
||||
// }
|
||||
// }
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user