fix(测试跟踪): 创建缺陷有必填校验没填,保存会清空编辑页数据

This commit is contained in:
chenjianxing 2022-06-02 11:04:50 +08:00 committed by f2c-ci-robot[bot]
parent 48fdd7151e
commit dca6f6e8d6
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ export default {
},
save() {
this.$refs.issueEditDetail.save();
this.$refs.issueEditDetail.resetForm();
},
refresh(data) {
this.$emit('refresh', data);