fix(测试跟踪): 同步缺陷异步执行无法获取请求头
This commit is contained in:
parent
1cc2326c6f
commit
be8a692a28
test-track/frontend/src/business/issue
|
@ -598,7 +598,7 @@ export default {
|
||||||
"createTime": data.createTime.getTime(),
|
"createTime": data.createTime.getTime(),
|
||||||
"pre": data.preValue
|
"pre": data.preValue
|
||||||
}
|
}
|
||||||
syncIssues()
|
syncAllIssues(param)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
this.repeatCheckSyncRes();
|
this.repeatCheckSyncRes();
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
|
|
Loading…
Reference in New Issue