|
@@ -87,9 +87,9 @@ const projectInfo = ref(useAppState.getProjectInfo)
|
|
|
onMounted(() => {
|
|
|
const project = getObjValue(projectInfo.value)
|
|
|
contractList.value = getArrValue(project['contractInfoList'])
|
|
|
- if (contractList.value.length > 0) {
|
|
|
- searchForm.value.contractId = contractList.value[0].id
|
|
|
- }
|
|
|
+ searchForm.value.contractId = contractId.value
|
|
|
+
|
|
|
+
|
|
|
getTableData()
|
|
|
})
|
|
|
|