@@ -262,7 +262,6 @@ const getTableData = async () => {
const { error, code, data } = await mainApi.page({
...searchForm.value,
projectId: projectId.value,
- contractId: contractId.value,
})
//处理数据
tableLoading.value = false