Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
data_management_system
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
data_management_system
Commits
efdcdcf0
Commit
efdcdcf0
authored
Dec 01, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
阳性人员的身份证重复提示
parent
d6ced65c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
index.vue
ruoyi-ui/src/views/system/yxry/index.vue
+8
-4
No files found.
ruoyi-ui/src/views/system/yxry/index.vue
View file @
efdcdcf0
...
@@ -1021,10 +1021,14 @@ export default {
...
@@ -1021,10 +1021,14 @@ export default {
}
}
cardGetInfo
(
params
).
then
(
response
=>
{
cardGetInfo
(
params
).
then
(
response
=>
{
if
(
response
.
code
===
200
)
{
if
(
response
.
code
===
200
)
{
this
.
$message
({
message
:
'数据查询成功'
,
type
:
'success'
}
)
if
(
response
.
data
.
card
===
true
)
{
this
.
form
.
glPlace
=
response
.
data
.
glPlace
this
.
$message
({
message
:
'数据查询成功'
,
type
:
'success'
}
)
this
.
form
.
fcName
=
response
.
data
.
fcName
this
.
form
.
glPlace
=
response
.
data
.
glPlace
this
.
form
.
glName
=
response
.
data
.
glName
this
.
form
.
fcName
=
response
.
data
.
fcName
this
.
form
.
glName
=
response
.
data
.
glName
}
else
{
this
.
$message
({
message
:
'该身份证号码已存在'
,
type
:
'warning'
}
)
}
}
}
}
);
}
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment