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
76b5450e
authored
2020-11-30 15:10:53 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
8d1a55a2
cd1d73e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
24 deletions
src/views/Home.vue
src/views/panel/create/index.vue
src/views/Home.vue
View file @
76b5450
...
...
@@ -154,9 +154,12 @@ export default {
this
.
getTreeList
();
}
},
// "$store.state.zdbsm": function(bsm) {
// this.getRightTree(bsm);
// },
"$store.state.zdbsm"
:
function
(
bsm
)
{
this
.
getRightTree
(
bsm
);
},
},
mounted
(){
},
created
()
{
if
(
this
.
$route
.
meta
)
{
...
...
@@ -214,7 +217,7 @@ export default {
}
//刷新页面后根据不同路由高亮相对应的导航
if
(
this
.
$route
.
path
==
'/zrz'
||
this
.
$route
.
path
==
'/zd'
||
this
.
$route
.
path
==
'/dz'
){
}
else
{
this
.
headTop
.
forEach
(
item
=>
{
if
(
item
.
path
==
this
.
$route
.
path
)
{
...
...
@@ -257,7 +260,7 @@ export default {
},
async
getDicData
(
name
)
{
return
await
getDdicByMC
(
name
).
then
((
res
)
=>
{
return
res
.
result
return
res
.
result
});
},
getRightTree
(
bsm
)
{
...
...
src/views/panel/create/index.vue
View file @
76b5450
...
...
@@ -218,25 +218,9 @@ export default {
methods
:
{
// 重置
result
(){
this
.
ruleForm
=
{
djqbsm
:
""
,
djzqbsm
:
""
,
syqlxbsm
:
""
,
userbsm
:
""
,
xmmc
:
""
,
xzqbsm
:
""
,
zdtzmbsm
:
""
}
this
.
ruleForm1
=
{
zdbsm
:
''
,
xmmc
:
''
,
userbsm
:
''
}
this
.
ruleForm2
=
{
zdbsm
:
''
,
xmmc
:
''
,
userbsm
:
''
}
this
.
$refs
[
'ruleForm'
].
resetFields
()
this
.
$refs
[
"ruleForm1"
].
resetFields
()
this
.
$refs
[
"ruleForm2"
].
resetFields
()
},
handleClick
(
tab
,
event
)
{
console
.
log
(
tab
,
event
);
...
...
Please
register
or
sign in
to post a comment