แก้พัฒนา
This commit is contained in:
parent
4a11216b5f
commit
bb83d7ca67
3 changed files with 201 additions and 59 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue