|
|
@@ -326,6 +326,8 @@
|
|
|
|
|
|
this.$refs.uForm.validate().then(res => {
|
|
|
|
|
|
+ console.log('验证不通过!!!!')
|
|
|
+
|
|
|
this.idCardAndName().then(res => {
|
|
|
if (res.data.data.respCode !== '0000') {
|
|
|
|
|
|
@@ -363,8 +365,12 @@
|
|
|
this.requestStatus = false
|
|
|
})
|
|
|
}
|
|
|
+ }).finally((res)=>{
|
|
|
+ console.log('改为false')
|
|
|
+ this.requestStatus = false
|
|
|
})
|
|
|
}).catch(err => {
|
|
|
+
|
|
|
this.requestStatus = false
|
|
|
})
|
|
|
},
|