diff --git a/ruoyi-ui/src/components/ImageUpload/index.vue b/ruoyi-ui/src/components/ImageUpload/index.vue index b57a15e7..43c13075 100644 --- a/ruoyi-ui/src/components/ImageUpload/index.vue +++ b/ruoyi-ui/src/components/ImageUpload/index.vue @@ -93,7 +93,7 @@ export default { // 然后将数组转为对象数组 this.fileList = list.map(item => { if (typeof item === "string") { - if (item.indexOf(this.baseUrl) === -1) { + if (item.indexOf(this.baseUrl) === -1 && item.indexOf('http') === -1) { item = { name: this.baseUrl + item, url: this.baseUrl + item }; } else { item = { name: item, url: item }; diff --git a/ruoyi-ui/src/layout/components/Navbar.vue b/ruoyi-ui/src/layout/components/Navbar.vue index 48f6b75c..2804752b 100644 --- a/ruoyi-ui/src/layout/components/Navbar.vue +++ b/ruoyi-ui/src/layout/components/Navbar.vue @@ -90,7 +90,9 @@ export default { window.open("/jhbs/") }, toggleSideBar() { - this.$store.dispatch('app/toggleSideBar') + this.$store.dispatch('app/toggleSideBar'); + //查询任务tips + this.$store.dispatch('settingAwaitNum'); }, async logout() { this.$confirm('确定注销并退出系统吗?', '提示', { diff --git a/ruoyi-ui/src/views/system/user/index.vue b/ruoyi-ui/src/views/system/user/index.vue index 03f61378..834df7c6 100644 --- a/ruoyi-ui/src/views/system/user/index.vue +++ b/ruoyi-ui/src/views/system/user/index.vue @@ -314,8 +314,8 @@
-

“总包公司” 有总包公司所有项目权限。

“总包公司个人” 有项目人员中担任职务项目的权限。

+

“【工作流】”标记角色,对应项目审批相关。

监理单位,分包单位同上。总包公司权限大于个人权限,请选择角色时以个人角色为主