Explorar el Código

fix: 在获取表单信息时添加nodeId参数

duy hace 4 meses
padre
commit
019160336f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/data-fill/collapse-form/table-form-item.vue

+ 1 - 0
src/views/data-fill/collapse-form/table-form-item.vue

@@ -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) {