MrShi
2024-11-13 b496da6315314d9bd048ac2214d8bc95d2f1df02
company/src/components/common/CommonHeader.vue
@@ -114,7 +114,9 @@
  },
  created () {
    document.title=this.systemTitle
    this.setFindByCompanyId(this.userInfo.companyId)
    if (this.userInfo.companyId) {
      this.setFindByCompanyId(this.userInfo.companyId)
    }
  },
  computed: {
    ...mapState(['menuData', 'userInfo']),