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
387d61c4
authored
2020-10-29 16:09:14 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
代码优化
1 parent
d30e237d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
54 deletions
src/views/Home.vue
src/views/panel/create/index.vue
src/views/Home.vue
View file @
387d61c
...
...
@@ -121,59 +121,7 @@ export default {
"/announcement_template"
:
"PSH019"
,
"/business_management"
:
"PSH020"
,
},
pd
:
[
{
mc
:
"行政区(1)"
,
children
:
[],
},
{
mc
:
"行政区(2)"
,
children
:
[
{
mc
:
"地籍区1"
,
children
:
[],
},
{
mc
:
"地籍区2"
,
children
:
[
{
mc
:
"国有"
,
children
:
[
{
mc
:
"宗地代码1933"
,
isZD
:
true
,
},
{
mc
:
"自然幢2100"
,
isZD
:
false
,
},
],
},
],
},
{
label
:
"地籍区3"
,
children
:
[],
},
{
label
:
"地籍区4"
,
children
:
[],
},
],
},
{
mc
:
"行政区(3)"
,
children
:
[],
},
{
mc
:
"行政区(4)"
,
children
:
[],
},
{
mc
:
"行政区(5)"
,
children
:
[],
},
],
pd
:
[],
dialogVisible
:
false
,
};
},
...
...
src/views/panel/create/index.vue
View file @
387d61c
...
...
@@ -212,7 +212,7 @@ export default {
this
.
getXzqList
();
},
mounted
()
{
console
.
log
(
this
,
'this'
);
//判断是新建流程还是添加定着物唤起的弹框
this
.
activeName
=
this
.
auth
?
'zrz'
:
'zd'
},
methods
:
{
...
...
Please
register
or
sign in
to post a comment