@@ -148,6 +148,7 @@ const getTableFormInfo = async (pkeyId) => {
if (pkeyId) {
const { error, code, data } = await wbsApi.getBussDataInfo({
pkeyId: pkeyId,
+ nodeId:treeId.value,
}, false)
const resData = getObjVal(data)
if (!error && code === 200 && resData) {