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