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
046250b0
authored
2021-01-08 15:34:48 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户表单的验证
1 parent
7be848a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/formMenu/qlr.vue
src/components/formMenu/qlr.vue
View file @
046250b
...
...
@@ -644,9 +644,9 @@
if
(
res
.
result
!=
null
){
this
.
tableData
=
res
.
result
;
if
(
this
.
tableData
.
length
===
0
){
//
this.gyfs=this.$store.state.gyfsList[0].bsm;
this
.
gyfs
=
this
.
$store
.
state
.
gyfsList
[
0
].
bsm
;
}
else
{
//
this.gyfs=res.result[0].gyfsbsm;
this
.
gyfs
=
res
.
result
[
0
].
gyfsbsm
;
}
}
}
...
...
Please
register
or
sign in
to post a comment