wlzboy
2025-11-29 364adbc9a93a396b74e154f910c2a0a72bfb1a0f
app/pagesTask/components/OrganizationSelector.vue
File was renamed from app/components/OrganizationSelector.vue
@@ -152,7 +152,7 @@
      if (organization) {
        // 提取地域关键词(去除"分公司"、"总公司"、"总部"后缀)
        const region = organization.deptName.replace(/(分公司|总公司|总部)$/g, '').trim()
        // console.log('region', organization)
        this.$emit('input', organization.deptId)
        this.$emit('change', {
          deptId: organization.deptId,