Parcourir la source

调整

master
zouhantao il y a 2 jours
Parent
révision
935d178c01

+ 2
- 1
src/views/onlineBusinessHall/inquiryStatistics/deviceQueryRecord/index.vue Voir le fichier

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

Chargement…
Annuler
Enregistrer