Browse Source

打印报错

lifanagju_citu 1 month ago
parent
commit
5bddcda826
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesA/resumeOnline/baseInfoEdit.vue

+ 1 - 1
pagesA/resumeOnline/baseInfoEdit.vue

@@ -187,7 +187,7 @@ const submit = async () => {
       })
     }, 1000)
   } catch (err) {
-    console.log(123, '->submit-err:', err)
+    console.log('saveBaseInfo:', err)
   }
 }
 </script>