1
@@ -97,5 +97,6 @@ export default [
'/business/auditFailed',
'/business/resetTeaming', // 进行中修改
'/business/teacherOperationUpdate',
+ '/business/ArrearageStudents'
// '/business/feeAudit',
]
@@ -935,7 +935,7 @@ export default {
if (self.tableList[self.tableList.length -1].classDate) {
return (
new Date(self.tableList[self.tableList.length -1].classDate).getTime() >=
- time.getTime()
+ time.getTime()+24*60*60*1000
);
} else {
return time.getTime() >= Date.now();
@@ -217,6 +217,7 @@ export default {
mounted() {
const { query } = this.$route
if (query.organId) {
+ console.log(query.organId)
this.searchForm.organIds = [Number(query.organId)]
}
getCooperation({ rows: 1000 }).then((res) => {