Browse Source

删除打印

lifanagju_citu 7 months ago
parent
commit
19120afe31
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/recruit/entRegister/register.vue

+ 0 - 1
src/views/recruit/entRegister/register.vue

@@ -334,7 +334,6 @@ const handleCommit = async () => {
 // 不通过的企业注册申请 重新发起
 const failureReason = ref('')
 const info = JSON.parse(localStorage.getItem('userApplyInfo'))
-console.log(1, '23456', info)
 // 审核不通过的数据回显
 if (info && Object.keys(info).length && info.status === '2') {
   failureReason.value = info?.reason || ''