修改bug

This commit is contained in:
朱文强 2022-03-10 16:55:35 +08:00
parent 3a8debc3be
commit 0b6f2ea996

View File

@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-04-06 19:33:11
* @LastEditors: zwq
* @LastEditTime: 2021-07-09 09:42:54
* @LastEditTime: 2022-03-10 16:54:48
* @Description:
-->
<template>
@ -257,7 +257,7 @@ export default {
if (res.code === 0) {
this.list = res.data.records
this.list.forEach(item => {
item.roleName = item.stringList.toString()
item.roleName = item.stringList?.toString()
})
this.total = res.data.total
this.listLoading = false