|
@@ -294,6 +294,7 @@ const getTableData = async () => {
|
|
const { error, code, data } = await dataApi.queryPage({
|
|
const { error, code, data } = await dataApi.queryPage({
|
|
projectId: projectId.value,
|
|
projectId: projectId.value,
|
|
contractId: contractId.value,
|
|
contractId: contractId.value,
|
|
|
|
+ containerId: id,
|
|
...searchForm.value,
|
|
...searchForm.value,
|
|
fieldKey: fieldList[0].fieldKey,
|
|
fieldKey: fieldList[0].fieldKey,
|
|
id: id
|
|
id: id
|