提交 722ea0dd authored 作者: pengxiaohui's avatar pengxiaohui

eslint

上级 22e87200
...@@ -11,4 +11,4 @@ export function getExamList(params) { ...@@ -11,4 +11,4 @@ export function getExamList(params) {
*/ */
export function getExamineeList(params) { export function getExamineeList(params) {
return httpRequest.get('/api/lms-financial/school/examination/sheet-list', { params }) return httpRequest.get('/api/lms-financial/school/examination/sheet-list', { params })
} }
\ No newline at end of file
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<script> <script>
import { getExamList } from '../api' import { getExamList } from '../api'
const statusMap = { 0: '未设置', 1: '进行中', 2: '已完成'} const statusMap = { 0: '未设置', 1: '进行中', 2: '已完成' }
export default { export default {
data() { data() {
return { return {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论