|
|
@@ -701,7 +701,7 @@ const agreementRulesList = () => {
|
|
|
|
|
|
const showCostVoList = (list, item) => {
|
|
|
let showList = list
|
|
|
- if (item.searchInput) {
|
|
|
+ if (item.searchInput?.length) {
|
|
|
showList = showList.filter(v => {
|
|
|
return item.searchInput.every(k => v.costDescribe?.includes(k))
|
|
|
})
|