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

This commit is contained in:
chenjianxing 2022-06-02 11:04:50 +08:00 committed by fit2-zhao
parent a75c5f478c
commit c3459295cd
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);