AmandaG 10 сар өмнө
parent
commit
4a04f6e1c2

+ 1 - 1
src/components/TransportMode/src/TransportMode.vue

@@ -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()]