@@ -100,6 +100,7 @@ const tableData = ref([])
const getTableData = async () => {
tableLoading.value = true
const { error, code, data } = await dataApi.queryPage({
+ ...searchForm.value,
projectId: projectId.value,
contractId: contractId.value
})