duy před 1 rokem
rodič
revize
f79b07bda9
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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) {