ลบconsole.log
This commit is contained in:
parent
64573c492f
commit
21a779fe94
1 changed files with 0 additions and 1 deletions
|
|
@ -102,7 +102,6 @@ async function fetchData() {
|
|||
await http
|
||||
.get(config.API.insigniaTypeNew)
|
||||
.then(async (res) => {
|
||||
console.log(res.data.result);
|
||||
store.fetchData(res.data.result);
|
||||
})
|
||||
.catch((err) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue