()
| 214 | }) |
| 215 | } |
| 216 | getTableList() { |
| 217 | this.setState({ |
| 218 | tableListLoading: true, |
| 219 | }, () => { |
| 220 | fetchModuleList({}, (result) => { |
| 221 | this.setState({ |
| 222 | tableListLoading: false, |
| 223 | tableDataSource: result.data.list, |
| 224 | }) |
| 225 | }) |
| 226 | }) |
| 227 | } |
| 228 | |
| 229 | |
| 230 | footer() { |
no outgoing calls
no test coverage detected