浏览代码

工程划分页面

duy 2 年之前
父节点
当前提交
c642640163
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/data-fill/division.vue

+ 1 - 0
src/views/data-fill/division.vue

@@ -625,6 +625,7 @@ const treeLoadNode = async ({ node, item, level }, resolve) => {
         primaryKeyId,
         parentId,
         classifyType: classifyType.value,
+        tableOwner:'',
     })
     resolve(getArrValue(data))
 }