|
@@ -59,7 +59,7 @@ const isShow = defineModel('modelValue', {
|
|
//获取合同计量期
|
|
//获取合同计量期
|
|
const allPeriodData = ref([])
|
|
const allPeriodData = ref([])
|
|
const getAllPeriod = async () => {
|
|
const getAllPeriod = async () => {
|
|
- const { data } = await mainApi.getAllPeriod({
|
|
|
|
|
|
+ const { data } = await mainApi.getConditionPeriod({
|
|
projectId: projectId.value,
|
|
projectId: projectId.value,
|
|
contractId: contractId.value,
|
|
contractId: contractId.value,
|
|
})
|
|
})
|