|
@@ -279,7 +279,7 @@ const toExam = (data) => {
|
|
// 审核保存
|
|
// 审核保存
|
|
const toExamSave = async () => {
|
|
const toExamSave = async () => {
|
|
const data = cloneDeep(examForm.value)
|
|
const data = cloneDeep(examForm.value)
|
|
- let res = await store.update(data)
|
|
|
|
|
|
+ let res = await store.update({ id: data.id, status: data.status })
|
|
if ($checkRes(res, true)) {
|
|
if ($checkRes(res, true)) {
|
|
search({ skip, limit })
|
|
search({ skip, limit })
|
|
toClose()
|
|
toClose()
|