|
|
@@ -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;
|
|
|
+
|
|
|
});
|
|
|
}
|
|
|
}
|