crc添加
This commit is contained in:
@ -273,8 +273,8 @@ export default {
|
||||
handleFileSuccess (res, file, fileList) {
|
||||
if (res.code == 200) {
|
||||
this.$message.success(res.msg);
|
||||
let { fileName, length, url } = res;
|
||||
this.form = Object.assign({}, this.form, { fileName, length, filePath: url });
|
||||
let { fileName, length, url, crc } = res;
|
||||
this.form = Object.assign({}, this.form, { fileName, length, filePath: url, crc });
|
||||
} else {
|
||||
this.$message.error(res.msg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user