fix
This commit is contained in:
parent
16a9ad6a1d
commit
603819301f
2 changed files with 8 additions and 3 deletions
|
|
@ -120,7 +120,11 @@ async function fetchListProject() {
|
|||
await http
|
||||
.get(
|
||||
config.API.developmentMain +
|
||||
`?page=${formQuery.page}&pageSize=${formQuery.pageSize}&keyword=${formQuery.keyword.trim()}&year=${formQuery.year}&status=${formQuery.status}&node=${formQuery.node}&nodeId=${formQuery.nodeId}`
|
||||
`?page=${formQuery.page}&pageSize=${
|
||||
formQuery.pageSize
|
||||
}&keyword=${formQuery.keyword.trim()}&year=${formQuery.year}&status=${
|
||||
formQuery.status
|
||||
}&node=${formQuery.node}&nodeId=${formQuery.nodeId}`
|
||||
)
|
||||
.then((res) => {
|
||||
const data = res.data.result.data;
|
||||
|
|
@ -350,7 +354,7 @@ onMounted(() => {
|
|||
</div>
|
||||
|
||||
<!-- รายการโครงการ -->
|
||||
<div class="col-xs-12 col-sm-9 q-pa-md row">
|
||||
<div class="col-xs-12 col-sm-9 q-pa-md row scroll" style="height: 85vh">
|
||||
<div class="col-12">
|
||||
<q-toolbar class="row col-8 q-pa-none q-gutter-x-sm" style="padding: 0">
|
||||
<datepicker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue