MCPcopy Create free account
hub / github.com/YMFE/yapi / fetchVariableParamsList

Function fetchVariableParamsList

client/reducer/modules/interfaceCol.js:108–113  ·  view source on GitHub ↗
(colId)

Source from the content-addressed store, hash-verified

106}
107
108export function fetchVariableParamsList(colId) {
109 return {
110 type: FETCH_VARIABLE_PARAMS_LIST,
111 payload: axios.get('/api/col/case_list_by_var_params?col_id=' + colId)
112 };
113}
114
115export function setColData(data) {
116 return {

Callers 1

componentDidMountFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected