Commit 9d58fa05 authored by 沈翠玲's avatar 沈翠玲

Merge branch 'dev' of http://git.local.topsunit.com/ximai/mes-pad into dev

parents 2226922b 1f3a00d3
......@@ -58,7 +58,7 @@ export default {
},
computed: {
tabList () {
if (this.vuex_workunit && this.vuex_workunit.workunitName === '广州宝绅委外工作单元') {
if (this.vuex_workunit && this.vuex_workunit.workunitId === 1) {
return [{
path: 'PRO',
title: i18n.t('外协'),
......
......@@ -1434,7 +1434,7 @@ export default {
isWaiXie() {
if (
this.vuex_workunit &&
this.vuex_workunit.workunitName === '广州宝绅委外工作单元'
this.vuex_workunit.workunitId === 1
)
return true
return false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment