Browse Source

删除打印

lifanagju_citu 7 tháng trước cách đây
mục cha
commit
19120afe31
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 || ''