Commit 6b92d165 authored by 黎博's avatar 黎博

更新服务之后新增服务列表刷新

parent 9660832b
......@@ -615,8 +615,8 @@ export default {
'qa-test/' + this.serviceName + ':' + this.tagName
serviceUpdate(this.updateServiceParams).then((resp) => {
if (resp.data.data === true) {
// this.getServiceList()
this.updateDialogVisible = false
this.getServiceList()
return this.$message.success('更新成功!')
} else {
return this.$message.error('更新失败!')
......
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