Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-4
Commits
9978c2e8
Commit
9978c2e8
authored
Aug 07, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改BUG
parent
668602e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
15 deletions
+27
-15
vue-office-header.vue
src/components/vue-office-header.vue
+20
-14
unreview.vue
src/views/reviewCenter/unreview.vue
+7
-1
No files found.
src/components/vue-office-header.vue
View file @
9978c2e8
...
...
@@ -4,16 +4,16 @@
* @Author: 无尘
* @Date: 2019-10-10 17:21:32
* @LastEditors: 无尘
* @LastEditTime: 2020-08-07 1
5:50:19
* @LastEditTime: 2020-08-07 1
6:25:22
-->
<
template
>
<div
class=
"nav-header"
>
<!-- logo -->
<div
class=
"nav-header-logo fl cursor-pointer"
:class=
"
{ moveleft: isCollapse, moveright: !isCollapse }" @click="toIndex">
<span
class=
"pro-name"
>
好办管理平台
</span></div>
<div
class=
"nav-header-item fl"
>
<template
v-for=
"(menu
i
tem, index) in menuHead"
>
<a
:key=
"index"
:class=
"['itemlink menu-mall menu-font-16']"
@
click=
"changeRouter(menu
item.u
rl)"
>
<span
:class=
"['inline-block bottom', menu
item.url.indexOf(pathName) != -1 ? 'current-module' : '']"
>
{{
menuitem
.
right
Name
}}
</span>
<template
v-for=
"(menu
I
tem, index) in menuHead"
>
<a
:key=
"index"
:class=
"['itemlink menu-mall menu-font-16']"
@
click=
"changeRouter(menu
Item.menuU
rl)"
>
<span
:class=
"['inline-block bottom', menu
Item.menuUrl.indexOf(pathName) != -1 ? 'current-module' : '']"
>
{{
menuItem
.
menu
Name
}}
</span>
</a>
</
template
>
<!-- 最右侧用户信息 -->
...
...
@@ -70,25 +70,31 @@ export default {
project: 'office'
}, */
{
menuCode
:
null
,
right
Name
:
'通讯录'
,
u
rl
:
'/contactsList'
,
menuCode
:
'contactsList'
,
menu
Name
:
'通讯录'
,
menuU
rl
:
'/contactsList'
,
parentCode
:
null
,
project
:
'office'
project
:
'office'
,
target
:
0
,
isShow
:
1
},
{
menuCode
:
null
,
right
Name
:
'审核中心'
,
u
rl
:
'/unreview?/reviewed/reviewSet'
,
menu
Name
:
'审核中心'
,
menuU
rl
:
'/unreview?/reviewed/reviewSet'
,
parentCode
:
null
,
project
:
'office'
project
:
'office'
,
target
:
0
,
isShow
:
1
},
{
menuCode
:
null
,
right
Name
:
'企业设置'
,
u
rl
:
'/enterpriseSet?/adminList'
,
menu
Name
:
'企业设置'
,
menuU
rl
:
'/enterpriseSet?/adminList'
,
parentCode
:
null
,
project
:
'office'
project
:
'office'
,
target
:
0
,
isShow
:
1
}
],
routePathName
:
''
,
// 当前路由值
...
...
src/views/reviewCenter/unreview.vue
View file @
9978c2e8
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘
* @LastEditTime: 2020-08-07 1
5:29:14
* @LastEditTime: 2020-08-07 1
6:23:02
-->
<
template
>
<div
class=
"unreview-wrap common-set-wrap"
>
...
...
@@ -336,9 +336,12 @@ export default {
if
(
res
.
code
==
'0000'
)
{
showMsg
.
showmsg
(
'操作成功'
,
'success'
);
that
.
approveVisible
=
false
;
that
.
currentPage
=
1
;
that
.
getTableList
();
that
.
$forceUpdate
();
}
else
{
that
.
currentPage
=
1
;
that
.
getTableList
();
that
.
$message
({
message
:
res
.
message
||
'未知错误'
,
type
:
'warning'
...
...
@@ -467,12 +470,15 @@ export default {
showMsg
.
showmsg
(
'操作成功'
,
'success'
);
that
.
refuseVisible
=
false
;
that
.
$refs
[
'ruleForm'
].
resetFields
();
that
.
currentPage
=
1
;
that
.
getTableList
();
}
else
{
that
.
$message
({
message
:
res
.
message
||
'未知错误'
,
type
:
'warning'
});
that
.
currentPage
=
1
;
that
.
getTableList
();
}
})
.
catch
(
function
(
error
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment