|
|
@@ -6,8 +6,8 @@ import $storeinitData from "@/store/initData"; |
|
|
|
const CARD_TYPE = computed(() => { |
|
|
|
return $storeinitData.state.dictData['CARD_TYPE'] || [] |
|
|
|
}) |
|
|
|
const OBU_TYPE_OBU = computed(() => { |
|
|
|
return $storeinitData.state.dictData['OBU_TYPE_OBU'] || [] |
|
|
|
const OBU_TYPE = computed(() => { |
|
|
|
return $storeinitData.state.dictData['OBU_TYPE'] || [] |
|
|
|
}) |
|
|
|
const INV_DEVICE_STATUS = computed(() => { |
|
|
|
return $storeinitData.state.dictData['INV_DEVICE_STATUS'] || [] |
|
|
@@ -110,7 +110,7 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({ |
|
|
|
form: { |
|
|
|
formLabelWidth: formLabelWidth, |
|
|
|
type: 'select', |
|
|
|
listData: OBU_TYPE_OBU, |
|
|
|
listData: OBU_TYPE, |
|
|
|
required: true, |
|
|
|
disabled: false |
|
|
|
} |