大宝管理后台代码
123
dcc
2024-07-16 7bea4880ad378d6a0ffef45f2bb15f92f7b80bd0
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)
      }