Browse Source

研判分析接口orgId和orgType

shibei_master
ZhaoTongYao 3 years ago
parent
commit
428665c5c3
  1. 2
      src/views/modules/visual/communityGovern/shijianfenlei/shijianfenleifenxi.vue

2
src/views/modules/visual/communityGovern/shijianfenlei/shijianfenleifenxi.vue

@ -104,6 +104,8 @@
</div>
<event-info v-if="showProject"
:eventId="eventId"
:orgId="tableOrgId ? tableOrgId : orgId"
:orgType="tableOrgType ? tableOrgType : orgType"
@close="showProject = false" />
</cpt-card>
</template>

Loading…
Cancel
Save