fix(项目管理): 项目配置抽屉阴影部分点击无法关闭问题

--bug=1039303 --user=宋昌昌 【缺陷管理】缺陷列表-同步缺陷抽屉-点击左侧空白区域-抽屉未收起 https://www.tapd.cn/55049933/s/1498236
--bug=1039383 --user=宋昌昌 【缺陷管理】项目集成了jira,查看local的缺陷-点 “关注”页面异常 https://www.tapd.cn/55049933/s/1498234
This commit is contained in:
song-cc-rock 2024-04-16 14:01:26 +08:00 committed by 刘瑞斌
parent e4c69547c5
commit 0df9a259ad
3 changed files with 3 additions and 2 deletions

View File

@ -516,6 +516,7 @@
? t('caseManagement.featureCase.cancelFollowSuccess')
: t('caseManagement.featureCase.followSuccess')
);
detailInfo.value.followFlag = !detailInfo.value.followFlag;
} catch (error) {
// eslint-disable-next-line no-console
console.log(error);

View File

@ -4,7 +4,7 @@
:title="t('project.menu.BUG_SYNC')"
:destroy-on-close="true"
:closable="true"
:mask-closable="false"
:mask-closable="true"
:get-container="false"
:body-style="{ padding: '0px' }"
:width="680"

View File

@ -4,7 +4,7 @@
:title="t('project.menu.CASE_RELATED')"
:destroy-on-close="true"
:closable="true"
:mask-closable="false"
:mask-closable="true"
:get-container="false"
:body-style="{ padding: '0px' }"
:width="680"