From 6b22322832a9973b618b5e815e9e18071e043aba Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Tue, 16 Aug 2022 14:42:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E7=BC=BA=E9=99=B7=E6=A8=A1=E6=9D=BF=E5=A4=8D=E5=88=B6=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E9=A1=B9=E7=9B=AE=E5=88=B7=E6=96=B0TAB=E9=A1=B5?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1015845 --user=宋昌昌 【项目设置】复制缺陷模版到当前项目,复制完需要切换到其他tab页才会显示模版 https://www.tapd.cn/55049933/s/1224188 --- .../business/components/project/template/IssueTemplateCopy.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/business/components/project/template/IssueTemplateCopy.vue b/frontend/src/business/components/project/template/IssueTemplateCopy.vue index dfaf5119d7..409c5e902d 100644 --- a/frontend/src/business/components/project/template/IssueTemplateCopy.vue +++ b/frontend/src/business/components/project/template/IssueTemplateCopy.vue @@ -100,6 +100,7 @@ export default { let request = {id: self.copyData.id, copyModel: self.copyModelVal, targetProjectIds: checkProjectIds} self.$post('field/template/issue/copy', request, (response) => { this.showDialog = false; + this.$emit('refresh'); this.$message({ type: 'success', message: this.$t('commons.copy_success'),