增加文件hash

20240109-yw
yuanwei 12 months ago
parent e34e03cce6
commit 03898c9ef5

@ -275,6 +275,7 @@ export default {
} else {
}
this.inputQuery.filePath = response.data.name
this.inputQuery.fileHash = response.data.hash
} else {
this.$message.error("文件上传失败:" + response.message);
}

Loading…
Cancel
Save