From f542d731de01e6897243b2072523ecdaa6c63505 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Fri, 01 Mar 2024 08:50:02 +0800
Subject: [PATCH] 修改
---
src/views/notCoalMine/nCertificateList/components/certificateDialog.vue | 23 ++++++++++++-----------
1 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/src/views/notCoalMine/nCertificateList/components/certificateDialog.vue b/src/views/notCoalMine/nCertificateList/components/certificateDialog.vue
index c0316e1..6334ecc 100644
--- a/src/views/notCoalMine/nCertificateList/components/certificateDialog.vue
+++ b/src/views/notCoalMine/nCertificateList/components/certificateDialog.vue
@@ -118,6 +118,7 @@
<script>
// import {getExpertTypes,addExpertInfo,uploadFile} from '@/api/system/form'
// import { verifySimplePhone, verifyIdCard } from "@/utils/validate";
+import { getToken } from "@/utils/auth";
import axios from "axios";
export default {
name: "nCertificateDialog",
@@ -215,17 +216,17 @@
return key in obj
},
- async getExpertsType(){
- const res = await getExpertTypes()
- if(res.code == 200){
- this.expertsType = res.data
- }else{
- this.$message({
- type: 'warning',
- message: res.msg
- });
- }
- },
+ // async getExpertsType(){
+ // const res = await getExpertTypes()
+ // if(res.code == 200){
+ // this.expertsType = res.data
+ // }else{
+ // this.$message({
+ // type: 'warning',
+ // message: res.msg
+ // });
+ // }
+ // },
avatorChange(file, fileList) {
this.fileList = fileList;
},
--
Gitblit v1.9.2