fix_操作日志_系统参数设置操作异常--bug=1006764 --user=王孝刚 【系统设置-操作日志】系统参数设置的操作提示异常 https://www.tapd.cn/55049933/s/1048946

This commit is contained in:
wxg0103 2021-09-22 10:39:59 +08:00 committed by fit2-zhao
parent 22f0211aa4
commit e7aded30c8
1 changed files with 7 additions and 2 deletions

View File

@ -216,9 +216,14 @@
resourceId = resourceId[0];
}
let uri = getUrl(resource);
this.$get('/user/update/currentByResourceId/' + resourceId, () => {
let operModule = resource.operModule;
if (operModule === "系统-系统参数设置" || operModule === "系统-系統參數設置" || operModule === "System parameter setting") {
this.toPage(uri);
});
} else {
this.$get('/user/update/currentByResourceId/' + resourceId, () => {
this.toPage(uri);
});
}
},
toPage(uri) {
let id = "new_a";