art: 技术状态鉴定 附件下载 及 结果录入文件名称错误问题修正
| | |
| | | }, |
| | | |
| | | handleDownload(record) { |
| | | downFile(this.url.download, { id: record.id }).then((res) => { |
| | | downFile(this.url.download, { id: record.upload.id }).then((res) => { |
| | | if (!res) { |
| | | this.$message.warning('文件下载失败') |
| | | return |
| | |
| | | that.model = Object.assign({}, record); |
| | | that.fileList = []; |
| | | that.$nextTick(() => { |
| | | that.form.setFieldsValue({ num: record.num, fileType: record.type, judgmentResult: record.judgmentResult, remark: record.remark }); |
| | | that.form.setFieldsValue({ num: record.num, fileType: record.type, name: record.name, remark: record.remark }); |
| | | }); |
| | | that.uploadId = '' |
| | | //获取当前文件对应附件 |