- fix bug generate แนบท้ายไม่ generate ใหม่
- ปิด log
This commit is contained in:
parent
eea8ce1b6d
commit
3da536acb0
7 changed files with 132 additions and 479 deletions
|
|
@ -93,13 +93,11 @@ const clickSearch = async () => {
|
|||
year: reportYear.value,
|
||||
posno: reportNo.value,
|
||||
};
|
||||
// console.log(body);
|
||||
showLoader();
|
||||
http
|
||||
.post(config.API.searchOrderprofile(), body)
|
||||
.then((res) => {
|
||||
let data = res.data.result;
|
||||
console.log(data);
|
||||
|
||||
if (data.length !== 0) {
|
||||
rows.value = data.map((e: any) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue