Commit b722742f authored by 智勇's avatar 智勇

删除服务异常捕获

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