|
|
@@ -104,7 +104,7 @@ const TransportData = {
|
|
|
const TransportSearch = (visible: any) => {
|
|
|
TransportList.value.forEach((item: any) => {
|
|
|
if (item.checked) {
|
|
|
- checkedCount.push(item.name)
|
|
|
+ checkedCount.push(item.sname)
|
|
|
const map = new Map()
|
|
|
checkedCount.forEach((item) => map.set(item, true))
|
|
|
checkedCount = [...map.keys()]
|