Commit 29ad8dc8 authored by XieZhiXiong's avatar XieZhiXiong

merge: 解决冲突

parent 2abd24da
......@@ -74,28 +74,6 @@ const AddedFormLayout: React.FC<AddedFormLayoutProps> = (props: any) => {
setLoading(false)
})
}
<<<<<<< HEAD
useEffect(() => {
if (id && type === 2) {
handleGetDetails();
setCount('3');
} else if (id && type === 3) {
const data: any = getCookie(spam_id);
const inquiryGoods: any[] = [];
inquiryGoods.push({
commodityId: id,
productId: data.id,
productName: data.name,
category: data.category,
brand: data.brand.name,
unit: data.unitName,
purchaseCount: 1,
logistics: data.logistics,
memberId: data.memberId,
memberRoleId: data.memberRoleId
})
=======
>>>>>>> dev-srm
const getMemberInfo = (value) => {
form.setFieldsValue({ "memberName": value.name });
......
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