浏览代码

提交测试

1
mo 4 年之前
父节点
当前提交
41feda5a4c

+ 1 - 0
src/router/notKeepAliveList.js

@@ -97,5 +97,6 @@ export default [
   '/business/auditFailed',
   '/business/resetTeaming', // 进行中修改
   '/business/teacherOperationUpdate',
+  '/business/ArrearageStudents'
   // '/business/feeAudit',
 ]

+ 1 - 1
src/views/accompanyManager/accompanys.vue

@@ -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();

+ 1 - 0
src/views/arrearage-students/index.vue

@@ -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) => {