白坯工单,删除湿料计划按钮2

master
zhaoxiaolin 5 months ago
parent 85a9435207
commit d598dbd775

@ -150,7 +150,7 @@ import SizeSelect from "@/components/SizeSelect";
import Search from "@/components/HeaderSearch";
import RuoYiGit from "@/components/RuoYi/Git";
import RuoYiDoc from "@/components/RuoYi/Doc";
import { getUnReadComment } from "@/api/visit/visitComment";
import { getUnReadComment} from '@/api/plan/workorder';
import {
listNotice,
getNotice,
@ -190,6 +190,12 @@ export default {
setInterval(() => this.getAlarmData(), 1000 * 60);
this.poolNameList = JSON.parse(localStorage.getItem("POOL_NAME_LIST"));
this.poolName = localStorage.getItem("USER_POOL_NAME_CURRENT");
//
this.getUnReadList();
//
this.timer = setInterval(() => {
setTimeout(this.getUnReadList(), 30000);
}, 30000);
},
components: {
Breadcrumb,
@ -314,13 +320,7 @@ export default {
gotoComment() {
alert("301")
this.showPrise = false;
},
//
this.getUnReadList()
//
this.timer = setInterval(() => {
setTimeout(this.getUnReadList(), 30000);
}, 30000);
}
},
};
</script>

Loading…
Cancel
Save