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
51fdeb6c
authored
2021-01-15 10:38:06 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户表单的验证
1 parent
a1edea74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/views/panel/modify/index.vue
src/views/panel/modify/index.vue
View file @
51fdeb6
...
...
@@ -183,25 +183,25 @@
switch
(
row
.
dylx
)
{
case
"zd"
:
this
.
$store
.
state
.
zdbsm
=
row
.
glbsm
;
this
.
getRightTree
(
row
.
glbsm
,
'
1
'
);
this
.
getRightTree
(
row
.
glbsm
,
'
0,1,2
'
);
break
;
case
"zrz"
:
this
.
$store
.
state
.
zrzbsm
=
row
.
glbsm
;
this
.
getTreeByBsm
(
row
.
glbsm
,
row
.
dylx
,
'
1
'
);
this
.
getTreeByBsm
(
row
.
glbsm
,
row
.
dylx
,
'
0,1,2
'
);
break
;
case
"h"
:
case
"h0"
:
case
"h1"
:
this
.
$store
.
state
.
hbsm
=
row
.
glbsm
;
this
.
getTreeByBsm
(
row
.
glbsm
,
'h'
,
'
1
'
);
this
.
getTreeByBsm
(
row
.
glbsm
,
'h'
,
'
0,1,2
'
);
break
;
case
"dz"
:
this
.
$store
.
state
.
dzbsm
=
row
.
glbsm
;
this
.
getTreeByBsm
(
row
.
glbsm
,
row
.
dylx
,
'
1
'
);
this
.
getTreeByBsm
(
row
.
glbsm
,
row
.
dylx
,
'
0,1,2
'
);
break
;
case
"gzw"
:
this
.
$store
.
state
.
dzbsm
=
row
.
glbsm
;
this
.
getTreeByBsm
(
row
.
glbsm
,
row
.
dylx
,
'
1
'
);
this
.
getTreeByBsm
(
row
.
glbsm
,
row
.
dylx
,
'
0,1,2
'
);
break
;
default
:
...
...
Please
register
or
sign in
to post a comment