白坯工单,删除湿料计划按钮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 Search from "@/components/HeaderSearch";
import RuoYiGit from "@/components/RuoYi/Git"; import RuoYiGit from "@/components/RuoYi/Git";
import RuoYiDoc from "@/components/RuoYi/Doc"; import RuoYiDoc from "@/components/RuoYi/Doc";
import { getUnReadComment } from "@/api/visit/visitComment"; import { getUnReadComment} from '@/api/plan/workorder';
import { import {
listNotice, listNotice,
getNotice, getNotice,
@ -190,6 +190,12 @@ export default {
setInterval(() => this.getAlarmData(), 1000 * 60); setInterval(() => this.getAlarmData(), 1000 * 60);
this.poolNameList = JSON.parse(localStorage.getItem("POOL_NAME_LIST")); this.poolNameList = JSON.parse(localStorage.getItem("POOL_NAME_LIST"));
this.poolName = localStorage.getItem("USER_POOL_NAME_CURRENT"); this.poolName = localStorage.getItem("USER_POOL_NAME_CURRENT");
//
this.getUnReadList();
//
this.timer = setInterval(() => {
setTimeout(this.getUnReadList(), 30000);
}, 30000);
}, },
components: { components: {
Breadcrumb, Breadcrumb,
@ -314,13 +320,7 @@ export default {
gotoComment() { gotoComment() {
alert("301") alert("301")
this.showPrise = false; this.showPrise = false;
}, }
//
this.getUnReadList()
//
this.timer = setInterval(() => {
setTimeout(this.getUnReadList(), 30000);
}, 30000);
}, },
}; };
</script> </script>

Loading…
Cancel
Save