大宝管理后台代码
jhzh
2024-09-28 451674dd4dd784fa0725b4ba052d94449d892712
src/views/userlist/lervelist.vue
@@ -182,6 +182,7 @@
      const res = await examineApplyLever(opt)
      if (res.status === 0) {
        this.$message.success(this.recordConfig.key === 2 ? '驳回成功' : '审核通过')
        this.getuserList()
      } else {
        this.$message.error(res.msg)
      }