duy 1 жил өмнө
parent
commit
f79b07bda9

+ 2 - 2
src/views/ledger/components/table-form.vue

@@ -410,7 +410,7 @@ const ElTreeLoadNode = async ({ node, item, level }, resolve) => {
             primaryKeyId: '',
             parentId: '',
             classifyType: classifyType.value,
-            tableOwner:'',
+            tableOwner:'1',
         })
         //处理数据
         if (!error && code === 200) {
@@ -428,7 +428,7 @@ const ElTreeLoadNode = async ({ node, item, level }, resolve) => {
             primaryKeyId: id,
             parentId: contractIdRelation ? primaryKeyId : id,
             classifyType: classifyType.value,
-            tableOwner:'',
+            tableOwner:'1',
         })
         //处理数据
         if (!error && code === 200) {