fix: 提交缺陷后隐藏输入框
This commit is contained in:
parent
88b1cfd71a
commit
f1846943be
|
@ -497,7 +497,10 @@
|
||||||
this.result = this.$post("/issues/add", param, () => {
|
this.result = this.$post("/issues/add", param, () => {
|
||||||
this.$success(this.$t('commons.save_success'));
|
this.$success(this.$t('commons.save_success'));
|
||||||
this.getIssues(param.testCaseId);
|
this.getIssues(param.testCaseId);
|
||||||
})
|
});
|
||||||
|
this.issuesSwitch = false;
|
||||||
|
this.testCase.issues.title = "";
|
||||||
|
this.testCase.issues.content = "";
|
||||||
},
|
},
|
||||||
getIssues(caseId) {
|
getIssues(caseId) {
|
||||||
this.result = this.$get("/issues/get/" + caseId, response => {
|
this.result = this.$get("/issues/get/" + caseId, response => {
|
||||||
|
|
Loading…
Reference in New Issue