@@ -174,7 +174,7 @@ export default {
userVerifyAudit(verifyId, vstatus, isA) {
this.fullscreen = true
const loading = this.$loading({ fullscreen: this.fullscreen, background: 'rgba(0, 0, 0, 0.8)' })
- if (isA === '1') {
+ if (isA === 1) {
this.formInline.userVerifyId = verifyId
this.formInline.verifyStatus = vstatus
}