|
@@ -1127,6 +1127,7 @@ const getPanel = async () => {
|
|
const {error, code, data} = await wbsApi.queryPanel({
|
|
const {error, code, data} = await wbsApi.queryPanel({
|
|
key: tableFormItemNode.value['KeyName'],
|
|
key: tableFormItemNode.value['KeyName'],
|
|
contractId: contractId.value,
|
|
contractId: contractId.value,
|
|
|
|
+ parentId: formparentId.value,
|
|
pkeyId: pkeyIds,
|
|
pkeyId: pkeyIds,
|
|
|
|
|
|
}, false)
|
|
}, false)
|