แก้พัฒนา

This commit is contained in:
setthawutttty 2025-02-13 11:51:51 +07:00
parent 4a11216b5f
commit bb83d7ca67
3 changed files with 201 additions and 59 deletions

View file

@ -168,7 +168,7 @@ function fetchListProjectNew() {
function onDownload() {
showLoader();
http
.get(config.API.developmentReportMain())
.get(config.API.developmentReportMain() + `?rootId=${formQuery.nodeId}`)
.then((res) => {
const dataList = res.data.result;
genReportXLSX(
@ -436,6 +436,7 @@ onMounted(() => {
<q-btn
v-if="checkPermission($route)?.attrIsGet"
flat
:disable="!formQuery.nodeId"
round
dense
icon="download"