Explorar el Código

Merge branch 'v3.5.1' of http://git.ycjcjy.com/zhiyuxing/estateagents-admin-manager into v3.5.1

weiximei hace 5 años
padre
commit
03b61b9b61
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/customer/customerlist/index.jsx

+ 1
- 1
src/pages/customer/customerlist/index.jsx Ver fichero

@@ -366,7 +366,7 @@ function body(props) {
366 366
           </AuthButton>
367 367
             &nbsp;
368 368
           <AuthButton name="admin.mine.taPointsRecords.id.get" noRight={null}>
369
-            <Button className={customerType === 'private' ? Styles.text : Styles.displayS} type="link" onClick={() => showRecommend(record.customerId)}>推荐客户</Button>
369
+            <Button className={customerType === 'private' ? Styles.text : Styles.displayS} type="link" onClick={() => showRecommend(record.personId)}>推荐客户</Button>
370 370
           </AuthButton>
371 371
         </>
372 372
       ),