Commit c6a268ca by qlintonger xeno

通话数据问题准备修复+8

parent 00411552
...@@ -109,7 +109,7 @@ const { ...@@ -109,7 +109,7 @@ const {
total: (res) => parseInt(res.data.total), total: (res) => parseInt(res.data.total),
data: (res) => res.data.list, data: (res) => res.data.list,
sendable: () => { sendable: () => {
return chooseContactsItem?.value?.id ? true : false return !!chooseContactsItem?.value?.id
} }
} }
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment