소스 검색

feat:修改transport

AmandaG 1 년 전
부모
커밋
4a04f6e1c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/TransportMode/src/TransportMode.vue

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