|
@@ -1843,7 +1843,8 @@ const copyContractNodeSubmitBusinessData = async (form, table, classify) => {
|
|
|
const addNodeModal = ref(false)
|
|
|
const addTreeNodeId = ref('')
|
|
|
const addTreeNodeOldId = ref('')
|
|
|
-const addTreeNodeType = ref('1')
|
|
|
+// const addTreeNodeType = ref('1')
|
|
|
+const addTreeNodeType = ref('3')
|
|
|
const isCustom = ref(null)
|
|
|
//新增自定义节点
|
|
|
const addNodeModalCus = ref(false)
|