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
8f75b169
Commit
8f75b169
authored
Jan 08, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
a42f6ffe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
bigdata/app/front/vues/pages/comorgs/comorgs.js
+4
-0
bigdata/app/front/vues/pages/companyinfo/companyinfo.js
+1
-1
No files found.
bigdata/app/front/vues/pages/comorgs/comorgs.js
View file @
8f75b169
...
...
@@ -14,6 +14,7 @@
refwhereorg
:{
isPosition
:
true
},
crow
:
null
,
selCompanyKey
:
null
,
selComid
:
null
,
}
},
mounted
:
function
(){
...
...
@@ -23,6 +24,8 @@
created
:
function
(){
var
cmpid
=
this
.
$router
.
history
.
current
.
query
.
compid
;
this
.
selCompanyKey
=
cmpid
;
var
cmpid2
=
this
.
$router
.
history
.
current
.
query
.
comidnum
;
this
.
selComid
=
cmpid2
;
},
methods
:{
beforesave
(
model
){
...
...
@@ -127,6 +130,7 @@
this
.
formatroles
([
orgroot
.
data
]);
expandkeys
.
push
(
orgroot
.
data
.
id
);
this
.
$refs
.
userGrid
.
linkInInitQuery
(
"opath"
,
"/"
);
this
.
$refs
.
userGrid
.
linkInInitQuery
(
"owner_id"
,
this
.
selComid
);
return
resolve
([
orgroot
.
data
]);
}
else
{
console
.
log
(
node
.
level
,
node
.
id
);
...
...
bigdata/app/front/vues/pages/companyinfo/companyinfo.js
View file @
8f75b169
...
...
@@ -46,7 +46,7 @@
this
.
$router
.
push
({
path
:
"/comapps"
,
query
:{
"compid"
:
row
.
companykey
}});
}
if
(
key
==
"comorgs"
){
this
.
$router
.
push
({
path
:
"/comorgs"
,
query
:{
"compid"
:
row
.
companykey
}});
this
.
$router
.
push
({
path
:
"/comorgs"
,
query
:{
"compid"
:
row
.
companykey
,
"comidnum"
:
row
.
id
}});
}
},
onColFormater
(
row
,
column
,
cellvalue
,
index
){
...
...
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