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