fangyuan
2022-12-16 9ff66017debadfc89bc0c1b796684a4d1dbe2bc3
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() {