Merge remote-tracking branch 'origin/anhui-mall-ui-test' into anhui-mall-ui-test

This commit is contained in:
syruan 2026-01-05 13:42:07 +08:00
commit 89ed75cb1d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export default {
created() {
const deptName = sessionStorage.getItem('deptName')
// deptName ProvincialCompany MunicipalCompany
this.isShowComponent = deptName.includes('省公司') ? 'MunicipalCompany' : 'MunicipalCompany'
this.isShowComponent = deptName.includes('省公司') ? 'ProvincialCompany' : 'MunicipalCompany'
},
methods: {},
}