7 lines
220 B
JavaScript
7 lines
220 B
JavaScript
|
|
import { declareRequest } from "@cqsjjb/jjb-dva-runtime";
|
||
|
|
|
||
|
|
export const performanceEvaluationList = declareRequest(
|
||
|
|
"performanceEvaluationLoading",
|
||
|
|
"Post > @/hiddenEvaluation/hiddenEvaluationRecord/corpEvalPage",
|
||
|
|
);
|