mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-02 11:58:01 +08:00
fix 在线构建发布到集群无法正常选择集群服务
This commit is contained in:
parent
f25af08cda
commit
2f091f05f6
@ -21,6 +21,7 @@
|
||||
8. 【server】优化 容器构建查询可用标签容器相关提示
|
||||
9. 【server】优化 构建历史列表页面在小屏幕数据显示不全
|
||||
(感谢 [@一只羊](https://gitee.com/hjdyzy) [Gitee issues I6LLA0](https://gitee.com/dromara/Jpom/issues/I6LLA0) )
|
||||
10. 【server】修复 在线构建发布到集群无法正常选择集群服务(感谢@心光)
|
||||
|
||||
------
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user