yangyj пре 2 година
родитељ
комит
c9fb7ab328
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/views/data-fill/components/ListItem.vue

+ 1 - 0
src/views/data-fill/components/ListItem.vue

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