Commit b722742f authored by 智勇's avatar 智勇

删除服务异常捕获

parent 06d34b67
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
:closable="false" :closable="false"
title="温馨提醒" title="温馨提醒"
type="warning" type="warning"
description="该操作会创建这个服务最新的master版本。" description="该操作会创建这个服务对应的镜像分支。"
/> />
<p class="title-sub">选择服务</p> <p class="title-sub">选择服务</p>
<el-row :gutter="20"> <el-row :gutter="20">
...@@ -507,9 +507,11 @@ export default { ...@@ -507,9 +507,11 @@ export default {
.then((res) => { .then((res) => {
this.$message({ this.$message({
type: 'success', type: 'success',
message: '删除成功!' message: `${res.data}`
}) })
this.getServicelist() this.getServicelist()
}).catch((res) => {
this.getServicelist()
}) })
}) })
}, },
......
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