Fixiaobai
2023-09-07 e564beb607ed42a01513ff8482cce3b4b04378db
src/views/laboratory/role/index.vue
@@ -440,7 +440,6 @@
      res.data.list.forEach(item => {
        item.roleId = String(item.roleId)
      })
      console.log(res.data);
      this.roleTable = res.data.list
      this.total = res.data.total
    },