Commit 6876a4a8 by zhujian

'fix'

parent 799e15a4
......@@ -238,7 +238,7 @@ function ExaminationManager(props: any) {
}
function getList() {
const _query = { ...query };
const _query = { ...queryRef.current };
// if(_query.examCreator){
// _query.examCreator =parseInt(_query.examCreator)
// }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment