refactor(测试跟踪): 附件上传删除关联操作日志优化
This commit is contained in:
parent
63039b7969
commit
f59f061d63
|
@ -326,7 +326,7 @@ export default {
|
||||||
async uploadFile(param, progressCallback) {
|
async uploadFile(param, progressCallback) {
|
||||||
let progress = 0;
|
let progress = 0;
|
||||||
let file = param.file;
|
let file = param.file;
|
||||||
let data = {"belongId": this.caseId, "belongType": "testcase", "belongTitle": this.};
|
let data = {"belongId": this.caseId, "belongType": "testcase"};
|
||||||
let CancelToken = axios.CancelToken;
|
let CancelToken = axios.CancelToken;
|
||||||
let self = this;
|
let self = this;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue