修改查询数据

This commit is contained in:
yangjun 2026-04-24 16:25:08 +08:00
parent 8e1e0dc9ef
commit f206e46822
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<a-form-item name="orgCode">
<template #label><span title="机构名称">机构名称</span></template>
<j-dict-select-tag placeholder="请选择机构名称" v-model:value="queryParam.orgCode"
dictCode="sys_depart,depart_name,org_code" />
dictCode="sys_depart,depart_name,org_code,org_code is not null" />
</a-form-item>
</a-col>
<a-col :lg="6">