Explorar el Código

合并代码问题

yfh hace 5 días
padre
commit
fe32622837
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      src/views/course/courseRedPacketLog/index.vue

+ 1 - 3
src/views/course/courseRedPacketLog/index.vue

@@ -215,8 +215,6 @@
 <script>
 import { courseList,videoList,getCourseRedPacketLog, delCourseRedPacketLog, addCourseRedPacketLog, updateCourseRedPacketLog, exportCourseRedPacketLog,listCourseRedPacketLogPage } from "@/api/course/courseRedPacketLog";
 import { getCompanyList } from "@/api/company/company";
-import {getDeptData} from "@/api/system/employeeStats";
-import SelectTree from "@/components/TreeSelect/index.vue";
 import SelectTree from '@/components/TreeSelect/index.vue'
 import { getDeptData } from '@/api/system/employeeStats'
 
@@ -504,7 +502,7 @@ export default {
           this.download(response.msg);
           this.exportLoading = false;
         }).catch(() => {}).finally(res=>{
-          this.exportLoading = false;
+
       });
     }
   }