|
@@ -209,7 +209,7 @@ const sureClick = async (type) => {
|
|
saveType: 2, //仅当前节点
|
|
saveType: 2, //仅当前节点
|
|
allSelectedList: allSelectedList.value,
|
|
allSelectedList: allSelectedList.value,
|
|
halfSelectedList: halfSelectedList.value,
|
|
halfSelectedList: halfSelectedList.value,
|
|
- currentNodePrimaryKeyId: primaryKeyId,
|
|
|
|
|
|
+ currentNodePrimaryKeyId: leftPid.value,
|
|
isImportTree: 1,
|
|
isImportTree: 1,
|
|
})
|
|
})
|
|
//判断状态
|
|
//判断状态
|