Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
31b89bf5
Commit
31b89bf5
authored
Nov 15, 2019
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
23292006
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
projectmanage/app/config/environment.js
+1
-1
projectmanage/app/front/vues/pages/roleview/roleview.js
+1
-3
No files found.
projectmanage/app/config/environment.js
View file @
31b89bf5
...
...
@@ -54,7 +54,7 @@ module.exports = function (app) {
app
.
use
(
session
(
{
name
:
'pmsid'
,
cookie
:
{
maxAge
:
3600000
},
cookie
:
{
maxAge
:
3600000
,
domain
:
'track.gongsibao.com'
},
rolling
:
true
,
resave
:
false
,
saveUninitialized
:
false
,
...
...
projectmanage/app/front/vues/pages/roleview/roleview.js
View file @
31b89bf5
...
...
@@ -4,7 +4,6 @@
return
{
isdev
:
false
,
multipleSelection
:
[],
barref
:
null
,
developerData
:[],
problemBardata
:{
title
:
{
...
...
@@ -56,7 +55,6 @@
}
},
mounted
:
function
(){
this
.
barref
=
this
.
$refs
.
problemBar
;
setTimeout
(()
=>
{
var
dev
=
this
.
$root
.
currentUser
.
roles
.
indexOf
(
"002"
);
var
kfjl
=
this
.
$root
.
currentUser
.
roles
.
indexOf
(
"001"
);
...
...
@@ -79,7 +77,7 @@
var
d
=
await
this
.
$root
.
postReq
(
"/web/pm/pmquestionCtl/fetchQuestionForDev"
,
obj
);
if
(
d
.
status
==
0
&&
d
.
data
){
this
.
developerData
=
d
.
data
.
obj1
;
var
data
=
this
.
barref
.
getEchartObj
();
var
data
=
this
.
$refs
.
problemBar
.
getEchartObj
();
if
(
data
){
var
option
=
data
.
getOption
();
option
.
xAxis
[
0
].
data
=
d
.
data
.
obj2
;
...
...
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