fix(接口定义): 输入用例名称,让鼠标移开后台自动保存 不用折叠页面也不用弹出提示 (#1665)

* feat(测试跟踪): 测试用例下载模版增加标签列

* fix(接口定义): 扩大请求头键长度

* fix: schedule表对旧数据name字段兼容的补充

* fix(接口定义): 输入用例名称,让鼠标移开后台自动保存 不用折叠页面也不用弹出提示
This commit is contained in:
Coooder-X 2021-03-19 10:11:46 +08:00 committed by GitHub
parent fb08b185b7
commit 553a25881c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -305,10 +305,6 @@
row.id = data.id;
row.createTime = data.createTime;
row.updateTime = data.updateTime;
if (!row.message) {
this.$success(this.$t('commons.save_success'));
this.$emit('refresh');
}
});
},
saveTestCase(row) {