Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
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
刘怀志
pet-business-web
Commits
0b974ddf
Commit
0b974ddf
authored
Aug 21, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
65208 挂号管理-挂号时,提示当前存在数据 按钮样式需要修改
parent
0c7867ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
register-modle.vue
...nagement/registration-queue/components/register-modle.vue
+9
-1
No files found.
src/views/service-management/registration-queue/components/register-modle.vue
View file @
0b974ddf
...
@@ -309,7 +309,15 @@ export default {
...
@@ -309,7 +309,15 @@ export default {
checkPet
(
temp
).
then
(({
msg
}
)
=>
{
checkPet
(
temp
).
then
(({
msg
}
)
=>
{
console
.
log
(
'aaa,这是关键判断是否已存在宠物的数据'
,
msg
)
console
.
log
(
'aaa,这是关键判断是否已存在宠物的数据'
,
msg
)
if
(
msg
)
{
if
(
msg
)
{
this
.
$modal
.
confirm
(
'当前宠物已经存在是否覆盖数据'
)
this
.
$modal
.
confirmAllConfig
(
'当前宠物已经存在是否覆盖数据'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
customClass
:
'box-logout'
,
cancelButtonClass
:
'resetBtn'
,
confirmButtonClass
:
'queryBtn'
,
type
:
'warning'
,
closeOnClickModal
:
false
}
)
.
then
(
_
=>
{
.
then
(
_
=>
{
// 把返参给宠物id赋值
// 把返参给宠物id赋值
temp
.
petsId
=
msg
temp
.
petsId
=
msg
...
...
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