fix_操作日志_工作空间成员无法跳转--bug=1006766 --user=王孝刚 【系统设置-操作日志】添加工作空间成员标题高亮可点击,但点击后无响应 https://www.tapd.cn/55049933/s/1049005
This commit is contained in:
parent
991e87f03a
commit
ce19ddbbc2
|
@ -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("["))) {
|
||||
|
|
Loading…
Reference in New Issue