소스 검색

调整

master
zouhantao 4 일 전
부모
커밋
935d178c01
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      src/views/onlineBusinessHall/inquiryStatistics/deviceQueryRecord/index.vue

+ 2
- 1
src/views/onlineBusinessHall/inquiryStatistics/deviceQueryRecord/index.vue 파일 보기

@@ -57,7 +57,7 @@ const VEHICLE_COLOR_TYPE = computed(() => {
return $storeinitData.state.dictData['VEHICLE_COLOR_TYPE'] || []
})
const DATA_SOURCE = computed(() => {
return $storeinitData.state.dictData['DATA_SOURCE'] || []
return $storeinitData.state.dictData['SOURCE_TYPE'] || []
})

const crudRef = ref()
@@ -656,6 +656,7 @@ function handleCurrentChange(val: number) {
}

import {optionExportFn} from '@/views/optionalSystem/optionUtils'
import {CARD_TYPE} from "@/views/inventoryControl/newInventory/cardIsIssued/data";

// 导出
function downloadHandle() {

Loading…
취소
저장