fix: 修复汇总列表征集名称筛选判重
This commit is contained in:
@@ -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: '项目名称',
|
||||
|
||||
Reference in New Issue
Block a user