fix(测试跟踪): 同步缺陷异步执行无法获取请求头

This commit is contained in:
song-cc-rock 2023-04-25 13:43:05 +08:00
parent 1cc2326c6f
commit be8a692a28
1 changed files with 1 additions and 1 deletions
test-track/frontend/src/business/issue

View File

@ -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(() => {