Commit 76227308 authored by XieZhiXiong's avatar XieZhiXiong

fixbug

parent 75049b75
......@@ -456,10 +456,10 @@ const ExchangeForm: React.FC<BillsFormProps> = ({
backIcon={<ReutrnEle description="返回" />}
title={
!id ?
'新建退货申请单' :
'新建货申请单' :
isEdit ?
'编辑退货申请单' :
'查看退货申请单'
'编辑货申请单' :
'查看货申请单'
}
extra={
(isEdit || !id)
......
......@@ -179,7 +179,7 @@ const RepairForm: React.FC<BillsFormProps> = ({
const handleSubmit = values => {
const {
supplierMember,
faultFileList,
faultFileList = [],
repairGoodsList,
repairAddress,
...rest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment