|
@@ -1362,6 +1362,8 @@ const copyNodeClick = async () => {
|
|
|
} else if (type === '2') {
|
|
|
if (table.length > 0) {
|
|
|
const validate = await formValidate(copyNodeTableRef.value)
|
|
|
+ console.log(form,'form');
|
|
|
+ console.log( formCopyNodeModel.value,' formCopyNodeModel.value');
|
|
|
if (validate) await copyContractTreeNode(type, form, table, classify)
|
|
|
} else {
|
|
|
window?.$message?.warning('请先在左侧选择要复制到的节点')
|
|
@@ -1405,7 +1407,8 @@ const copyContractTreeNode = async (type, form, table, classify) => {
|
|
|
needCopyPrimaryKeyId: form?.primaryKeyId || '',
|
|
|
parentPrimaryKeyId: form?.parent?.primaryKeyId || '',
|
|
|
copyBatchToPaths: table,
|
|
|
- classifyType: classify
|
|
|
+ classifyType: classify,
|
|
|
+ isCopyData:isCopyData.value
|
|
|
})
|
|
|
//判断状态
|
|
|
copyNodeLoading.value = false
|