MCPcopy
hub / github.com/duxianwei520/react / getTableList

Method getTableList

app/pages/set/moduleManage/index.js:216–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers 4

componentWillMountMethod · 0.95
handleDeleteMethod · 0.95
handleChangeStatusMethod · 0.95
handleOkMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected