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