odc.xiaohui
2023-03-08 d24c9dde20cba23b96082b4db81b5223c75e4ea9
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() {
@@ -108,9 +108,7 @@
                } else {
                    evidenceForm.validate((flag) => {
                        if (!flag) {
                            console.log(bookForm);
                            bookForm.validate((bookFlag) => {
                                console.log(bookFlag);
                                if (!bookFlag) {
                                    return false;
                                }