| | |
| | | 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() { |
| | |
| | | } else { |
| | | evidenceForm.validate((flag) => { |
| | | if (!flag) { |
| | | console.log(bookForm); |
| | | bookForm.validate((bookFlag) => { |
| | | console.log(bookFlag); |
| | | if (!bookFlag) { |
| | | return false; |
| | | } |