Commit 188854a5 authored by 智勇's avatar 智勇

Merge branch 'add' into 'master'

更新服务时设置Redis的值



See merge request !31
parents 19fca1e6 4a56b0cf
...@@ -560,7 +560,7 @@ export default { ...@@ -560,7 +560,7 @@ export default {
}) })
}, },
restartService(data) { restartService(data) {
redeployClusterService({ namespace: this.namespace, podName: data.podName }).then(res => { redeployClusterService({ namespace: this.namespace, podName: data.podName, serviceName: data.serviceName }).then(res => {
this.$message({ this.$message({
type: 'success', type: 'success',
message: '服务重部署成功!' message: '服务重部署成功!'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment