This commit is contained in:
2021-06-24 22:47:09 +00:00
parent dc5bf0aa84
commit ef48bd2685
2 changed files with 12 additions and 0 deletions

View File

@@ -2,6 +2,16 @@
white-space: pre-line;
}
#nprogress .bar {
height: 2px;
background: rgb(255, 255, 0) !important;
}
#nprogress .spinner .spinner-icon {
border-top-color: #ffff00 !important;
border-left-color: #ffff00 !important;
}
/* .aywiki > blockquote {
margin-top: 10px;
margin-bottom: 10px;

View File

@@ -1162,6 +1162,8 @@ async function fetchReportData(vm) {
reportDataOptions["includeWoItemDescendants"] =
vm.obj.includeWoItemDescendants;
//reportDataOptions["reportDesignerSample"] = true; //used to indicate to server that it should limit the rows returned to a sensible level
let res = await window.$gz.api.upsert("report/data", reportDataOptions);
//We never expect there to be no data here
if (!res.hasOwnProperty("data")) {