|
|
|
@ -116,7 +116,7 @@ const Detail: React.FC<any> = () => {
|
|
|
|
|
</Button>
|
|
|
|
|
]}
|
|
|
|
|
>
|
|
|
|
|
<ProForm layout="horizontal" labelAlign="left" formRef={formRef} onFinish={onSubmit} submitter={false}>
|
|
|
|
|
<ProForm layout="horizontal" labelAlign="left" requiredMark={false} formRef={formRef} onFinish={onSubmit} submitter={false}>
|
|
|
|
|
<ProFormText name="pbcProductTopCategoryName" hidden />
|
|
|
|
|
<ProFormText name="pbcProductParentCategoryName" hidden />
|
|
|
|
|
<ProFormText name="pbcProductCategoryName" hidden />
|
|
|
|
|