mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 18:22:55 +08:00
去除掉多余的debugger
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<div class="split"></div>
|
||||
<div class="up down">
|
||||
<div class="header">
|
||||
<div class="text">学员情况</div>
|
||||
<div class="text">学员情况1</div>
|
||||
<div class="btn btn2" @click="exportStudentInfo">
|
||||
<div class="img2"></div>
|
||||
<div class="wz">导出信息</div>
|
||||
@@ -105,7 +105,7 @@ export default {
|
||||
evalStuListDataTotal: 0,
|
||||
evalCurrentPage: 1
|
||||
});
|
||||
|
||||
|
||||
const getInfoDate = async () => {
|
||||
state.tableDataTotalLoading = true;
|
||||
await queryAssessmentDetailList({
|
||||
@@ -324,7 +324,7 @@ export default {
|
||||
showassess,
|
||||
changePaginationStu,
|
||||
exportStudentInfo,
|
||||
createName,
|
||||
createName,
|
||||
createTime
|
||||
};
|
||||
},
|
||||
@@ -507,4 +507,4 @@ export default {
|
||||
.btn2:active {
|
||||
background: #0982ff;
|
||||
}
|
||||
}</style>
|
||||
}</style>
|
||||
|
||||
Reference in New Issue
Block a user