Skip to content

Commit

Permalink
fix: 采集详情目标机器回填失败 --bug=126346189 (#2134)
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiaone authored Jun 25, 2024
1 parent 316a1a6 commit 443d92f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1720,6 +1720,7 @@ export default {
const { id } = v.data;
let collectDetail;
const promiseList = [];
this.others = set.others || {};
if (id) {
promiseList.push(this.getConfigInfo(id).then(data => (collectDetail = data)));
}
Expand Down Expand Up @@ -1757,7 +1758,6 @@ export default {
}
}
await Promise.allSettled(promiseList);
this.others = set.others || {};
// 从下一个页面跳转过来(上一步)
if (set.mode === 'edit') {
this.stepSetpluginSelector(set);
Expand Down

0 comments on commit 443d92f

Please sign in to comment.