liuyg
2021-08-03 05150461ca543e3eff7f869a24f4813e47bd4d8c
src/api/examapi/applyexam.js
@@ -21,6 +21,14 @@
  })
}
export const updateApply = (row) => {
    return request({
        url: '/api/apply/submit',
        method: 'post',
        data: row
    })
}
export const remove = (ids) => {