Commit 606e9352 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

fix: 修改新增商品询价适用商城没回显的问题

parent 032a6f4a
......@@ -103,6 +103,8 @@ const BasicInfoLayout: React.FC<BasicInfoLayoutProps> = (props: any) => {
useEffect(() => {
if (!isEmpty(memb)) {
getShopListFn(memb.memberId, memb.roleId);
console.log(memb)
setMember(memb)
}
}, [memb])
......
......@@ -10,6 +10,7 @@ import AddressSelect from '@/components/AddressSelect';
import style from './index.less';
import { isEmpty } from 'lodash';
import { getMemberManageUsersPage } from '@/services/MemberV2Api';
import { getManageCountryAreaGetTelCode } from '@/services/ManageV2Api';
const disabledDate = (current) => {
return current && current < moment().startOf('day');
......@@ -286,8 +287,4 @@ const TradeTermsLayout: React.FC<TradeTermsLayoutProps> = (props: any) => {
)
}
export default TradeTermsLayout;
function getManageCountryAreaGetTelCode(): { data: any; code: any; } | PromiseLike<{ data: any; code: any; }> {
throw new Error('Function not implemented.');
}
export default TradeTermsLayout
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