zhoulisen 5 yıl önce
ebeveyn
işleme
fddf7bf9dc

+ 12
- 13
src/pages/fundManagement/AccountDetail.jsx Dosyayı Görüntüle

@@ -27,16 +27,15 @@ function header(props) {
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 39
     const [tab, changeTab] = useState('basic')
41 40
 
42 41
     const fields = [
@@ -95,11 +94,11 @@ function header(props) {
95 94
         },
96 95
     ]
97 96
 
98
-    const getDetail = (row) => {
97
+    const getDetail = row => {
99 98
         router.push({
100 99
             pathname: '/fundManagement/AccountDetail',
101 100
             query: {
102
-                id: row.orgId
101
+                id: row.orgId,
103 102
             },
104 103
         });
105 104
     }
@@ -136,4 +135,4 @@ function header(props) {
136 135
     )
137 136
 }
138 137
 
139
-export default header
138
+export default header

+ 1
- 1
src/pages/fundManagement/RechargeOrder.jsx Dosyayı Görüntüle

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