Commit ce31ca892d5a87b13bc6c281523e1df567da404e
1 parent
07e7f78e
1
Showing
1 changed file
with
5 additions
and
3 deletions
src/views/baseCaseHandling/Form.vue
| @@ -617,12 +617,14 @@ export default { | @@ -617,12 +617,14 @@ export default { | ||
| 617 | !res.data.closingReportFileModel && (res.data.closingReportFileModel = []); | 617 | !res.data.closingReportFileModel && (res.data.closingReportFileModel = []); |
| 618 | this.isEmpty(res.data.other) && (res.data.other = ''); | 618 | this.isEmpty(res.data.other) && (res.data.other = ''); |
| 619 | !res.data.otherFileModel && (res.data.otherFileModel = []); | 619 | !res.data.otherFileModel && (res.data.otherFileModel = []); |
| 620 | + res.data.registeredEntity && (res.data.registeredEntity = res.data.registeredEntityStr); | ||
| 621 | + res.data.systemName && (res.data.systemName = res.data.systemNameStr); | ||
| 620 | // this.companyChange(res.data.registeredEntity, 'change'); | 622 | // this.companyChange(res.data.registeredEntity, 'change'); |
| 621 | this.dataForm = res.data; | 623 | this.dataForm = res.data; |
| 622 | this.loading = false; | 624 | this.loading = false; |
| 623 | - this.$nextTick(() => { | ||
| 624 | - this.getSystemSelect(res.data.registeredEntity) | ||
| 625 | - }) | 625 | + // this.$nextTick(() => { |
| 626 | + // this.getSystemSelect(res.data.registeredEntity) | ||
| 627 | + // }) | ||
| 626 | }).catch(() => { | 628 | }).catch(() => { |
| 627 | this.loading = false; | 629 | this.loading = false; |
| 628 | }); | 630 | }); |