Browse Source

当前及子节点默认选择

duy 4 tháng trước cách đây
mục cha
commit
bbc5bb6629
2 tập tin đã thay đổi với 4 bổ sung2 xóa
  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)
 
 //新增自定义节点