Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
48b879ef
authored
2021-02-03 11:42:24 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
39b475c2
ed59c22d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
src/components/fwsxbg/fwsxbgTab.vue
src/views/Home.vue
src/views/dbx/dbxinfo/index.vue
src/components/fwsxbg/fwsxbgTab.vue
View file @
48b879e
...
...
@@ -591,7 +591,8 @@
bsm
:
res
.
processInstance
.
title
,
source
:
2
,
auth
:
'2'
,
workitemInstanceId
:
res
.
workitemInstance
.
id
workitemInstanceId
:
res
.
workitemInstance
.
id
,
ywbsm
:
res
.
processInstance
.
businessId
}
});
}
else
{
...
...
src/views/Home.vue
View file @
48b879e
...
...
@@ -94,7 +94,8 @@ export default {
return
{
getRightTree
:
this
.
getRightTree
,
getTreeByBsm
:
this
.
getTreeByBsm
,
getTreeByS
:
this
.
getTreeByS
getTreeByS
:
this
.
getTreeByS
,
getTreeList
:
this
.
getTreeList
}
},
data
()
{
...
...
src/views/dbx/dbxinfo/index.vue
View file @
48b879e
...
...
@@ -60,7 +60,7 @@
export
default
{
name
:
""
,
inject
:[
'getRightTree'
,
'getTreeByBsm'
],
inject
:[
'getRightTree'
,
'getTreeByBsm'
,
'getTreeList'
],
components
:
{
SearchHead
},
props
:
{},
data
()
{
...
...
@@ -81,6 +81,7 @@
this
.
queryData
.
pageSize
=
this
.
pageSize
;
this
.
queryData
.
pageNo
=
this
.
pageNo
;
this
.
getData
(
this
.
queryData
);
this
.
getTreeList
();
this
.
$nextTick
(()
=>
{
this
.
tableHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
332
;
})
...
...
Please
register
or
sign in
to post a comment