Compare commits
No commits in common. "c5f564797b4f335dd0f889c6b7577b5ab3f0faf4" and "3a8debc3be5aeebf04df61b7c71f871be8599887" have entirely different histories.
c5f564797b
...
3a8debc3be
@ -2,7 +2,7 @@
|
|||||||
* @Author: zwq
|
* @Author: zwq
|
||||||
* @Date: 2021-04-06 19:33:11
|
* @Date: 2021-04-06 19:33:11
|
||||||
* @LastEditors: zwq
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2022-03-10 16:54:48
|
* @LastEditTime: 2021-07-09 09:42:54
|
||||||
* @Description:
|
* @Description:
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
@ -257,7 +257,7 @@ export default {
|
|||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
this.list = res.data.records
|
this.list = res.data.records
|
||||||
this.list.forEach(item => {
|
this.list.forEach(item => {
|
||||||
item.roleName = item.stringList?.toString()
|
item.roleName = item.stringList.toString()
|
||||||
})
|
})
|
||||||
this.total = res.data.total
|
this.total = res.data.total
|
||||||
this.listLoading = false
|
this.listLoading = false
|
||||||
|
Loading…
Reference in New Issue
Block a user