Commit c6a542a9 by zhujian

'feat:考试'

parent 0ebd1f5a
......@@ -50,8 +50,9 @@ function AddExam(props: any) {
}, [])
useEffect(() => {
console.log(paperInfo)
setPaperId(paperInfo.paperId)
setPassRate(paperInfo.passScore)
setPassRate(paperInfo.passRate)
}, [paperInfo.paperId])
......
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