|
@@ -88,6 +88,8 @@ const Process: React.FC = props => {
|
|
// tryApprovalAccountDetail()
|
|
// tryApprovalAccountDetail()
|
|
}, [])
|
|
}, [])
|
|
|
|
|
|
|
|
+ console.log('2')
|
|
|
|
+
|
|
const form = createForm({
|
|
const form = createForm({
|
|
initialValues: state.approvalAccountDetail,
|
|
initialValues: state.approvalAccountDetail,
|
|
effects() {
|
|
effects() {
|
|
@@ -244,6 +246,9 @@ const Process: React.FC = props => {
|
|
message.success('编辑成功')
|
|
message.success('编辑成功')
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ console.log('1111')
|
|
|
|
+
|
|
return (
|
|
return (
|
|
<PageContainer title={false}>
|
|
<PageContainer title={false}>
|
|
<div className="h-full w-full flex flex-row">
|
|
<div className="h-full w-full flex flex-row">
|