fix: 修复汇总列表征集名称筛选判重

This commit is contained in:
dj
2025-03-13 21:34:48 +08:00
parent d3506d841e
commit dd75bc6513
2 changed files with 6 additions and 17 deletions

View File

@@ -86,18 +86,6 @@ const searchConfig = ref([
checkStrictly: true,
remote: true
}
},{
label: '征集公司',
prop: 'affiliatedCompanyId',
component: 'el-tree-select',
props: {
placeholder: '请输入征集公司查询',
clearable: true,
data: [],
filterable: true,
checkStrictly: true,
remote: true
}
},
{
label: '项目名称',