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