Browse Source

积分埋点 用户审核不通过

feature/syp_points
songyunpeng 5 years ago
parent
commit
4f9f886ad9
  1. 4
      src/views/modules/user/user-add-or-update.vue

4
src/views/modules/user/user-add-or-update.vue

@ -226,8 +226,8 @@ export default {
}
})
}).catch(() => { })
} else {
this.$http[!this.dataForm.id ? 'post' : 'post']('/app-user/user/audit/', postData).then(({ data: res }) => {
} else if (postData.state === '2') {
this.$http[!this.dataForm.id ? 'post' : 'post']('/app-user/user/auditNoPass/', postData).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}

Loading…
Cancel
Save