fix_操作日志_工作空间成员无法跳转--bug=1006766 --user=王孝刚 【系统设置-操作日志】添加工作空间成员标题高亮可点击,但点击后无响应 https://www.tapd.cn/55049933/s/1049005

This commit is contained in:
wxg0103 2021-09-22 11:12:37 +08:00 committed by fit2-zhao
parent 991e87f03a
commit ce19ddbbc2
1 changed files with 3 additions and 1 deletions

View File

@ -206,7 +206,9 @@
},
clickResource(resource) {
if (!resource.sourceId) {
return;
this.$get('/user/update/currentByResourceId/' + resourceId, () => {
this.toPage(uri);
});
}
let resourceId = resource.sourceId;
if (resourceId && resourceId.startsWith("\"" || resourceId.startsWith("["))) {