@@ -199,11 +199,6 @@ export default {
return
}
// 权限控制,判断用户是否属于轧钢厂下面的车间
- this.orgCode = getCookie("orgCode");
- if(this.orgCode=="yunxingchejian"||this.orgCode=="shebeike"||this.orgCode=="zhunbeichejian"||this.orgCode=="zagangshenchan"||this.orgCode=="zagangweijianchejian"||this.orgCode=="zagangzonghe"||this.orgCode=="gaoxianchejian"||this.orgCode=="anquanhuanbao"||this.orgCode=="yibanchejian"||this.orgCode=="zhuanyundui"||this.orgCode=="erbangchejian"){
- this.$message.warning("您的权限不足,请联系下发负责人")
- return
- }
this.$confirm("是否下发", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",