调整服务指令-镜像码管理-镜像机构搜索条件数据来源

This commit is contained in:
1378012178@qq.com 2025-12-29 13:26:27 +08:00
parent 6ddbfcdcd2
commit 21b1e3de7b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<a-col :lg="6">
<a-form-item name="opeOrgCode">
<template #label><span title="镜像机构">镜像机构</span></template>
<j-dict-select-tag v-model:value="queryParam.opeOrgCode" dictCode="sys_depart,depart_name,org_code"
<j-dict-select-tag v-model:value="queryParam.opeOrgCode" :dictCode="`view_directive_sync_org,depart_name,org_code,target_org_code = '${props.orgCode}'`" :orgCode="'ope'"
placeholder="请选择镜像机构" allowClear />
</a-form-item>
</a-col>