zhoulisen před 5 roky
rodič
revize
fddf7bf9dc

+ 12
- 13
src/pages/fundManagement/AccountDetail.jsx Zobrazit soubor

27
     // 查询详情
27
     // 查询详情
28
 
28
 
29
 
29
 
30
-
31
-    const getDetail = orgId => {
32
-        request({
33
-            ...apis.fund.accountDetail,
34
-            urlData: { id: orgId },
35
-        }).then(data => {
36
-            console.log(data)
37
-            setNewsData(data)
38
-        })
39
-    }
30
+    // const getDetail = orgId => {
31
+    //     request({
32
+    //         ...apis.fund.accountDetail,
33
+    //         urlData: { id: orgId },
34
+    //     }).then(data => {
35
+    //         console.log(data)
36
+    //         setNewsData(data)
37
+    //     })
38
+    // }
40
     const [tab, changeTab] = useState('basic')
39
     const [tab, changeTab] = useState('basic')
41
 
40
 
42
     const fields = [
41
     const fields = [
95
         },
94
         },
96
     ]
95
     ]
97
 
96
 
98
-    const getDetail = (row) => {
97
+    const getDetail = row => {
99
         router.push({
98
         router.push({
100
             pathname: '/fundManagement/AccountDetail',
99
             pathname: '/fundManagement/AccountDetail',
101
             query: {
100
             query: {
102
-                id: row.orgId
101
+                id: row.orgId,
103
             },
102
             },
104
         });
103
         });
105
     }
104
     }
136
     )
135
     )
137
 }
136
 }
138
 
137
 
139
-export default header
138
+export default header

+ 1
- 1
src/pages/fundManagement/RechargeOrder.jsx Zobrazit soubor

208
                         <Select style={{ width: '180px' }} placeholder="充值方式">
208
                         <Select style={{ width: '180px' }} placeholder="充值方式">
209
                             <Select.Option value="">全部</Select.Option>
209
                             <Select.Option value="">全部</Select.Option>
210
                             <Select.Option value="0">业务线上充值</Select.Option>
210
                             <Select.Option value="0">业务线上充值</Select.Option>
211
-                            <Select.Option value="1">运营手充值</Select.Option>
211
+                            <Select.Option value="1">运营手充值</Select.Option>
212
                         </Select>,
212
                         </Select>,
213
                     )}
213
                     )}
214
                 </Form.Item>
214
                 </Form.Item>