|
@@ -95,7 +95,7 @@ const getCostType=async(type)=>{
|
|
|
const unitType=ref([])
|
|
|
const unitTypeval=ref(null)
|
|
|
const getUnitType=async(type)=>{
|
|
|
- const {error, code, data} = await costApi.getCostType()
|
|
|
+ const {error, code, data} = await costApi.getUnitType()
|
|
|
if (!error && code === 200) {
|
|
|
unitType.value=getArrValue(data)
|
|
|
|