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
8238e3db
authored
2020-12-30 17:13:05 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
多幢合并,宗地合并目录树更新
1 parent
249e134b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/views/panel/change/hb/index.vue
src/views/panel/change/hb/index.vue
View file @
8238e3d
...
...
@@ -210,7 +210,7 @@
import
dzHb
from
'@components/dzHb/dzHb'
export
default
{
name
:
""
,
inject
:
[
'get
RightTree
'
],
inject
:
[
'get
TreeByS'
,
'getTreeByBsm
'
],
components
:
{
zdQueryData
,
hfghb
,
dzHb
},
props
:
{},
data
()
{
...
...
@@ -310,7 +310,7 @@
if
(
res
.
success
)
{
this
.
$message
.
success
(
"合并成功"
);
//更新目录树
this
.
get
RightTree
(
res
.
result
,
'2'
);
this
.
get
TreeByS
(
res
.
result
);
this
.
$router
.
push
({
path
:
'/zd'
,
query
:
{
...
...
@@ -335,6 +335,7 @@
if
(
res
.
success
)
{
console
.
log
(
res
)
this
.
$message
.
success
(
"多幢合并成功"
)
this
.
getTreeByBsm
(
res
.
result
,
'dz'
,
'0,1,2'
)
this
.
$router
.
push
({
path
:
'/dz'
,
query
:
{
...
...
Please
register
or
sign in
to post a comment