|
@@ -740,11 +740,9 @@ export default {
|
|
// 采购单位类型
|
|
// 采购单位类型
|
|
sameList.push(deepCompare(this.filters.buyerClass, buyerClass))
|
|
sameList.push(deepCompare(this.filters.buyerClass, buyerClass))
|
|
// 联系方式
|
|
// 联系方式
|
|
-<<<<<<< HEAD
|
|
|
|
sameList.push(deepCompare(this.filters.winnerConcat, winnerConcat))
|
|
sameList.push(deepCompare(this.filters.winnerConcat, winnerConcat))
|
|
sameList.push(deepCompare(this.filters.buyerConcat, buyerConcat))
|
|
sameList.push(deepCompare(this.filters.buyerConcat, buyerConcat))
|
|
sameList.push(deepCompare(this.filters.notKey, notKey))
|
|
sameList.push(deepCompare(this.filters.notKey, notKey))
|
|
-=======
|
|
|
|
sameList.push(
|
|
sameList.push(
|
|
deepCompare(this.filters.winnerConcat, winnerConcat)
|
|
deepCompare(this.filters.winnerConcat, winnerConcat)
|
|
)
|
|
)
|
|
@@ -768,7 +766,6 @@ export default {
|
|
deepCompare(this.filters.agencyList, agencyList)
|
|
deepCompare(this.filters.agencyList, agencyList)
|
|
)
|
|
)
|
|
|
|
|
|
->>>>>>> main
|
|
|
|
// 附件
|
|
// 附件
|
|
sameList.push(this.filters.fileExists === fileExists)
|
|
sameList.push(this.filters.fileExists === fileExists)
|
|
needHighlight = sameList.includes(false)
|
|
needHighlight = sameList.includes(false)
|