fix(ui测试): 修复项目设置消息管理/接口测试/ui测试编辑消息通知后取消,仍显示修改内容的缺陷

--bug=1030941 --user=王旭 【项目设置】消息设置-UI测试任务通知和【UI测试】定时任务通知-编辑修改通知设置后点击取消-仍显示的修改内容 https://www.tapd.cn/55049933/s/1418477
This commit is contained in:
WangXu10 2023-09-20 16:58:49 +08:00 committed by 刘瑞斌
parent 6b2bcb421b
commit ebbb9c3a56
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ export default {
} else {
data[index].isSet = false;
}
this.$emit("refresh");
},
deleteRowTask(index, data) { //
this.loading = deleteNoticeTask(data.identification).then(() => {