소스 검색

当前及子节点默认选择

duy 4 달 전
부모
커밋
bbc5bb6629
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      src/views/data-fill/division.vue
  2. 2 1
      src/views/data-fill/wbs.vue

+ 2 - 1
src/views/data-fill/division.vue

@@ -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)

+ 2 - 1
src/views/data-fill/wbs.vue

@@ -2388,7 +2388,8 @@ const copyContractTreeNode = async (type, 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)
 
 //新增自定义节点