ปรับฟอร์มลา
This commit is contained in:
parent
4ce525522b
commit
6bf4bdebaa
16 changed files with 217 additions and 175 deletions
|
|
@ -90,7 +90,6 @@ const fetchlistInbox = async () => {
|
|||
.get(config.API.msgInbox)
|
||||
.then((res) => {
|
||||
let data = res.data.result;
|
||||
console.log(data);
|
||||
let listItem: any = [];
|
||||
data.map((e: any) => {
|
||||
listItem.push({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue