Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
Overview
Overview
Details
Activity
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
fengzhaoyu
mingPayPc
Commits
10d29639
Commit
10d29639
authored
5 years ago
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git dist目录不提交
parent
0d369835
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
VisitorSetting.vue
src/components/pages/VisitorManagement/VisitorSetting.vue
+2
-1
No files found.
src/components/pages/VisitorManagement/VisitorSetting.vue
View file @
10d29639
...
...
@@ -197,6 +197,7 @@ export default {
})
},
deleteAddress
(
id
)
{
let
that
=
this
this
.
$confirm
({
title
:
'删除到访地址'
,
content
:
'确认删除该删除到访地址么?'
,
...
...
@@ -208,7 +209,7 @@ export default {
}
$http
.
delete
(
`/admin/address/remove`
,
removeData
).
then
((
res
)
=>
{
if
(
res
.
data
.
code
===
0
)
{
th
is
.
queryAddressList
()
th
at
.
queryAddressList
()
}
})
}
...
...
This diff is collapsed.
Click to expand it.
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