src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/ill/index.vue
@@ -29,11 +29,11 @@ writ: null } }, props: ['caseId','closeDialog', 'vioData', 'illegalType', 'imageResourceId'], props: ['caseId','closeDialog', 'illData', 'illegalType', 'imageResourceId'], created() { this.arriveData = this.vioData.arrivalSituation; this.evidenceData = this.vioData.investigation; this.writ = this.vioData.writ; this.arriveData = this.illData.arrivalSituation; this.evidenceData = this.illData.investigation; this.writ = this.illData.writ; }, methods: { handleSubmit() {