|
@@ -769,11 +769,11 @@ export default {
|
|
|
_self.loading = true;
|
|
_self.loading = true;
|
|
|
ProcessReportResource.uniqueByNo(infoButton.processReportNo).then(
|
|
ProcessReportResource.uniqueByNo(infoButton.processReportNo).then(
|
|
|
response => {
|
|
response => {
|
|
|
- if (response.errorCode != 0) {
|
|
|
|
|
- Notify.error('流程和报表获取错误', response.errorMessage, true);
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
- const successData = response.data;
|
|
|
|
|
|
|
+ if (response.errorCode != 0) {
|
|
|
|
|
+ Notify.error('流程和报表获取错误', response.errorMessage, true);
|
|
|
|
|
+ return;
|
|
|
|
|
+ }
|
|
|
|
|
+ const successData = response.data;
|
|
|
_self.processReportDto = successData;
|
|
_self.processReportDto = successData;
|
|
|
if (successData) {
|
|
if (successData) {
|
|
|
_self.pdfOnly = successData.pdfOnly;
|
|
_self.pdfOnly = successData.pdfOnly;
|