duy há 1 ano atrás
pai
commit
f79b07bda9
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/ledger/components/table-form.vue

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