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
5ddfa96b
authored
2020-12-31 16:52:54 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
新建自然幢更新目录树
1 parent
68688718
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/panel/create/index.vue
src/views/panel/create/index.vue
View file @
5ddfa96
...
...
@@ -330,6 +330,7 @@ export default {
.
then
((
res
)
=>
{
if
(
res
.
code
==
"200"
)
{
//获取左侧树数据
this
.
$store
.
state
.
oldZdbsm
=
''
;
this
.
getTreeByBsm
(
res
.
result
.
bsm
,
'zrz'
,
'0,1,2'
);
this
.
$message
({
message
:
"创建成功!"
,
...
...
Please
register
or
sign in
to post a comment