This commit is contained in:
ylj20011123 2025-12-17 18:37:35 +08:00
parent 35a6c6832d
commit ee6fa92adc
2 changed files with 7 additions and 8 deletions

View File

@ -550,7 +550,6 @@ const HomepageAds: React.FC<{ currentUser: CurrentUser | undefined }> = (props)
// imgUrl: success.ImagePath // + success.ImageUrl,
}]
setFileList(list)
}
} else {

View File

@ -390,7 +390,7 @@ const OrderProductManage: React.FC<{ currentUser: CurrentUser | undefined }> = (
// 调用java的更新商户商品的方法
const handleUpdateCommodityList = async (obj: any) => {
const req: any = {
const req: any = {
serverpartshopId: obj.SERVERPARTSHOP_IDS,
provinceCode: "530000"
}
@ -856,12 +856,12 @@ const OrderProductManage: React.FC<{ currentUser: CurrentUser | undefined }> = (
label="商品图片"
listType="picture-card"
accept="image/*"
rules={[
{
required: true,
message: "请上传商品图片!"
}
]}
// rules={[
// {
// required: true,
// message: "请上传商品图片!"
// }
// ]}
fieldProps={{
beforeUpload,
maxCount: 1,