BUG 29236
This commit is contained in:
		| @@ -199,10 +199,10 @@ | ||||
|                   </ai-table> | ||||
|                 </div> | ||||
|               </ai-card> | ||||
|               <tags-manage v-if="currentTab=='0'" v-bind="$props" :resident-id="baseInfo.id"/> | ||||
|               <tags-manage v-if="currentTab=='0'&&baseInfo.id" v-bind="$props" :resident-id="baseInfo.id"/> | ||||
|             </el-tab-pane> | ||||
|             <el-tab-pane label="资产信息" lazy> | ||||
|               <personal-assets v-if="currentTab==1" :resident-id="baseInfo.id" v-bind="$props"/> | ||||
|               <personal-assets v-if="currentTab==1&&baseInfo.id" :resident-id="baseInfo.id" v-bind="$props"/> | ||||
|             </el-tab-pane> | ||||
|             <el-tab-pane label="特殊人群" lazy v-if="hasSpecial"> | ||||
|               <ai-card v-for="(item, index) in baseInfo.tsrqInfos" :key="index" :title="item.applicationName"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user