Refactoring code module 08_KPI
This commit is contained in:
parent
3636f380fb
commit
67d117dcfc
48 changed files with 989 additions and 1140 deletions
|
|
@ -122,7 +122,6 @@ const fetchlistInbox = async (index: number) => {
|
|||
totalInbox.value = res.data.result.total;
|
||||
let listItem: InboxDetail[] = [];
|
||||
if (data && data.length > 0) {
|
||||
console.log(data);
|
||||
|
||||
data.map((e: InboxList) => {
|
||||
listItem.push({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue