fix(项目设置): 缺陷模板复制当前项目刷新TAB页的问题

--bug=1015845 --user=宋昌昌 【项目设置】复制缺陷模版到当前项目,复制完需要切换到其他tab页才会显示模版 https://www.tapd.cn/55049933/s/1224188
This commit is contained in:
song-cc-rock 2022-08-16 14:42:03 +08:00 committed by f2c-ci-robot[bot]
parent c57a6f078c
commit 6b22322832
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ export default {
let request = {id: self.copyData.id, copyModel: self.copyModelVal, targetProjectIds: checkProjectIds} let request = {id: self.copyData.id, copyModel: self.copyModelVal, targetProjectIds: checkProjectIds}
self.$post('field/template/issue/copy', request, (response) => { self.$post('field/template/issue/copy', request, (response) => {
this.showDialog = false; this.showDialog = false;
this.$emit('refresh');
this.$message({ this.$message({
type: 'success', type: 'success',
message: this.$t('commons.copy_success'), message: this.$t('commons.copy_success'),