功能变化(服务监控): 清空记录成功时,改为使用自定义的提示信息;

pull/19/head
xt12321 2021-04-24 15:59:22 +08:00
parent 006d4d7a20
commit cd59054432
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ export default {
cancelButtonText: '放弃'
}).then(() => {
cleanMonitorLog().then(results => {
this.msgSuccess(results.msg || '清除记录成功!')
this.msgSuccess( '清除记录成功!')
}).catch(error => {
this.$message.warning(error.msg || '清除记录失败,请重试!')
})