|
@@ -159,6 +159,8 @@ const goBack=()=>{
|
|
}
|
|
}
|
|
|
|
|
|
// 申请
|
|
// 申请
|
|
|
|
+import {apiApplyPermission} from '@/api/user'
|
|
|
|
+import {ElMessageBox} from 'element-plus'
|
|
const handleApply=()=>{
|
|
const handleApply=()=>{
|
|
if(noAuth.data.type=='apply'){
|
|
if(noAuth.data.type=='apply'){
|
|
if(noAuth.data.customer_info.has_apply){//已经申请过
|
|
if(noAuth.data.customer_info.has_apply){//已经申请过
|