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