fix 在线构建发布到集群无法正常选择集群服务

This commit is contained in:
bwcx_jzy 2023-03-10 11:00:48 +08:00
parent f25af08cda
commit 2f091f05f6
No known key found for this signature in database
GPG Key ID: 5E48E9372088B9E5
2 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,7 @@
8. 【server】优化 容器构建查询可用标签容器相关提示
9. 【server】优化 构建历史列表页面在小屏幕数据显示不全
(感谢 [@一只羊](https://gitee.com/hjdyzy) [Gitee issues I6LLA0](https://gitee.com/dromara/Jpom/issues/I6LLA0)
10. 【server】修复 在线构建发布到集群无法正常选择集群服务(感谢@心光)
------

View File

@ -1801,9 +1801,10 @@ export default {
//
selectSwarm() {
this.swarmServiceListOptions = [];
this.tempExtraData = { ...this.tempExtraData, dockerSwarmServiceName: undefined };
if (this.tempExtraData.dockerSwarmId) {
//
dockerSwarmServicesList({
dockerSwarmServicesList("", {
id: this.tempExtraData.dockerSwarmId,
}).then((res) => {
if (res.code === 200) {