|
@@ -337,7 +337,7 @@ const adjustmentChange = () => {
|
|
|
const materialName = ref([])
|
|
|
const getMaterialName = async () => {
|
|
|
const { contractPeriodId } = formModel.value
|
|
|
- const { data } = await mainApi.materialName(contractId.value, contractPeriodId, dataId.value ?? null)
|
|
|
+ const { data } = await mainApi.materialName(contractId.value, contractPeriodId, dataId.value || null)
|
|
|
materialName.value = getArrValue(data)
|
|
|
}
|
|
|
const materialNameChange = () => {
|