| | |
| | | }, |
| | | created() { |
| | | this.getBookType(); |
| | | this.basecase = this.illegalType; |
| | | if (this.writ) { |
| | | this.book = deepClone(this.writ); |
| | | this.book.originalPic = this.writ.originalPic.split(','); |
| | | this.book.writPic = this.writ.writPic.split(','); |
| | | this.book.otherPic = this.writ.otherPic.split(','); |
| | | this.book.rectifiedPic = this.writ.rectifiedPic.split(','); |
| | | } |
| | | }, |
| | | props: ['caseId', 'closeDialog','mycode', 'writ'], |
| | | props: ['caseId', 'closeDialog','mycode', 'writ', 'illegalType'], |
| | | methods: { |
| | | handleSuccess1(res, file, filelist) { |
| | | const baseUrl = 'http://140.143.152.226:8410/'; |