Ver Fonte

去掉打印

lifanagju_citu há 4 dias atrás
pai
commit
af2422fe4b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/menduner/system/talentMap/components/card.vue

+ 1 - 1
src/views/menduner/system/talentMap/components/card.vue

@@ -400,7 +400,7 @@ const handleSave = async () => {
 
 // 关闭解析弹窗
 const handleCancel = () => {
-  console.log('关闭解析弹窗')
+  // console.log('关闭解析弹窗')
   openUploadImg.value = false
   analysisLoading.value = false
 }