This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<!-- <v-overlay :value="rendering" z-index="999">
|
||||
<v-progress-circular indeterminate size="64"></v-progress-circular>
|
||||
</v-overlay> -->
|
||||
<v-row justify="center">
|
||||
<v-dialog
|
||||
scrollable
|
||||
@@ -15,7 +12,6 @@
|
||||
<v-card-title class="text-h5 lighten-2" primary-title>
|
||||
<span> {{ $ay.t("Report") }} </span>
|
||||
</v-card-title>
|
||||
|
||||
<v-card-text style="height: 500px;">
|
||||
<v-list>
|
||||
<v-list-item
|
||||
@@ -32,9 +28,7 @@
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
</v-card-text>
|
||||
|
||||
<v-divider></v-divider>
|
||||
|
||||
<v-card-actions>
|
||||
<v-btn
|
||||
v-if="rights.change"
|
||||
@@ -262,7 +256,6 @@ export default {
|
||||
`report/list/${reportDataOptions.AType}`
|
||||
);
|
||||
if (res.error) {
|
||||
// throw new Error(res.error);
|
||||
throw new Error(window.$gz.errorHandler.errorToString(res, vm));
|
||||
} else {
|
||||
this.reportList = res.data;
|
||||
|
||||
Reference in New Issue
Block a user