功能变化(服务监控): 清空记录成功时,改为使用自定义的提示信息;
parent
006d4d7a20
commit
cd59054432
|
@ -327,7 +327,7 @@ export default {
|
|||
cancelButtonText: '放弃'
|
||||
}).then(() => {
|
||||
cleanMonitorLog().then(results => {
|
||||
this.msgSuccess(results.msg || '清除记录成功!')
|
||||
this.msgSuccess( '清除记录成功!')
|
||||
}).catch(error => {
|
||||
this.$message.warning(error.msg || '清除记录失败,请重试!')
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue