Fixiaobai
2023-12-15 020c117d5897e5d89e36c1139229a787f0c658f5
Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before
已修改1个文件
6 ■■■■ 文件已修改
src/views/admin/user/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/admin/user/index.vue
@@ -343,7 +343,11 @@
      })
    },
    unlock(row, index) {
      unlock({ id: row.userId }).then((repsonse) => {})
      unlock({ id: row.userId }).then((repsonse) => {
        if(repsonse.data.data){
          this.$message.success("该用户已解锁")
        }
      })
    }
  }
}