fix(接口测试): 修复接口定时任务通知编辑未保存,再次打开处于编辑状态缺陷

--bug=1030898 --user=王旭 【UI测试】场景定时任务-编辑通知-未保存关闭窗口-再次进入-仍显示关闭前修改的数据和编辑状态 https://www.tapd.cn/55049933/s/1418318

--bug=1030897 --user=王旭 【UI测试】场景定时任务-任务通知-创建新通-未填写数据未点击添加-关闭窗口仍显示添加记录 https://www.tapd.cn/55049933/s/1418319
This commit is contained in:
WangXu10 2023-09-20 14:40:58 +08:00 committed by 刘瑞斌
parent 95f6d80ca2
commit 04f1b252bb
5 changed files with 7 additions and 4 deletions

View File

@ -438,6 +438,7 @@ export default {
this.$refs.crontabResult.resultList = [];
}
removeGoBackListener(this.close);
this.testId = '';
},
intervalShortValidate() {
if (this.schedule.enable && this.getIntervalTime() < 3 * 60 * 1000) {

View File

@ -221,7 +221,9 @@ export default {
},
watch: {
testId() {
this.initForm();
if (this.testId) {
this.initForm();
}
},
},
methods: {

View File

@ -2395,7 +2395,7 @@ const message = {
definition: "Api Definition",
automation: "Api Automation",
report: "Test Report",
ui_automation: "Ui Test",
ui_automation: "Ui Automation",
},
ldap: {
url: "LDAP URL",

View File

@ -2301,7 +2301,7 @@ const message = {
definition: "接口定义",
automation: "接口自动化",
report: "测试报告",
ui_automation: "UI测试",
ui_automation: "UI自动化",
},
ldap: {
url: "LDAP地址",

View File

@ -2300,7 +2300,7 @@ const message = {
definition: "接口定義",
automation: "接口自動化",
report: "測試報告",
ui_automation: "UI測試",
ui_automation: "UI自動化",
},
ldap: {
url: "LDAP地址",