duy 1 년 전
부모
커밋
f79b07bda9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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) {