Baozhangchao 3 年之前
父節點
當前提交
0974cf798f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/pages/mine/addCustomer/index.jsx

+ 1
- 1
src/pages/mine/addCustomer/index.jsx 查看文件

12
 import getSubmitor from './getSubmitor'
12
 import getSubmitor from './getSubmitor'
13
 import './index.scss'
13
 import './index.scss'
14
 
14
 
15
+
15
 const defaultSpecialImage = 'https://yz-websit.oss-cn-hangzhou.aliyuncs.com/xlk/index-icon19.jpg'
16
 const defaultSpecialImage = 'https://yz-websit.oss-cn-hangzhou.aliyuncs.com/xlk/index-icon19.jpg'
16
 
17
 
17
 const sexDicts = [
18
 const sexDicts = [
22
 export default withLayout((props) => {
23
 export default withLayout((props) => {
23
   const { router, person } = props
24
   const { router, person } = props
24
   const { personId, personType } = person
25
   const { personId, personType } = person
25
-  console.log("🚀 ~ file: index.jsx ~ line 25 ~ withLayout ~ person", person)
26
   const { buildingId: originBuiding } = router.params
26
   const { buildingId: originBuiding } = router.params
27
 
27
 
28
   const [loading, setLoading] = useState(false)
28
   const [loading, setLoading] = useState(false)