Browse Source

取消注释

duy 3 months ago
parent
commit
cd83574d4f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/data-fill/components/divisionDialog.vue

+ 1 - 2
src/views/data-fill/components/divisionDialog.vue

@@ -219,8 +219,7 @@ const addTreeNodeCheckChange = (_, { checkedNodes, checkedKeys, halfCheckedNodes
 const sureLoading = ref(false)
 const sureLoading = ref(false)
 const sureClick = async (type) => {
 const sureClick = async (type) => {
     const keys = allSelectedList.value || []
     const keys = allSelectedList.value || []
-    console.log(leftPid.value, 'leftPid.value')
-    console.log(keys, 'keys')
+
     
     
     
     
     if (keys.length <= 0 || leftPid.value.length <= 0) {
     if (keys.length <= 0 || leftPid.value.length <= 0) {