|
@@ -238,6 +238,7 @@ const getTableData = async () => {
|
|
|
const { error, code, data } = await appraialApi.pageByAuthenticate({
|
|
|
...searchForm.value,
|
|
|
projectId: projectId.value,
|
|
|
+ contractId:contractId.value
|
|
|
})
|
|
|
tableLoading.value = false
|
|
|
if (!error && code === 200) {
|