|
@@ -96,7 +96,7 @@ import { REVOKE_STATUS } from "@/constants/enumerate";
|
|
|
import { printTaskListPage, examList, printRevokeAudit } from "../api";
|
|
|
|
|
|
export default {
|
|
|
- name: "exam-manage",
|
|
|
+ name: "print-manage",
|
|
|
data() {
|
|
|
return {
|
|
|
filter: {
|
|
@@ -117,10 +117,7 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
|
- if (this.setT) clearInterval(this.setT);
|
|
|
this.init();
|
|
|
- this.loopRunning = true;
|
|
|
- this.timerUpdatePage();
|
|
|
},
|
|
|
methods: {
|
|
|
init() {
|
|
@@ -128,7 +125,8 @@ export default {
|
|
|
.get("user", { roleCode: "" })
|
|
|
.roleCode.includes("PRINT");
|
|
|
this.getExamList();
|
|
|
- this.getList();
|
|
|
+ this.loopRunning = true;
|
|
|
+ this.timerUpdatePage();
|
|
|
},
|
|
|
clearLoopSetTs() {
|
|
|
if (!this.loopSetTs.length) return;
|