mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-25 11:58:12 +00:00
no message
This commit is contained in:
parent
e1ea5db49d
commit
12dda85ca5
@ -67,7 +67,7 @@ export default {
|
|||||||
}
|
}
|
||||||
return data.map(item => {
|
return data.map(item => {
|
||||||
if (!$A.isArray(item.user_simple)) {
|
if (!$A.isArray(item.user_simple)) {
|
||||||
const arr = item.user_simple.split("|");
|
const arr = (item.user_simple || "").split("|");
|
||||||
if (arr.length > 1) {
|
if (arr.length > 1) {
|
||||||
item.user_count = arr[0];
|
item.user_count = arr[0];
|
||||||
item.user_simple = arr[1].split(",");
|
item.user_simple = arr[1].split(",");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user