Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
e21a1a8a
Commit
e21a1a8a
authored
Oct 25, 2022
by
Jings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 删除模板重新获取数量接口
parent
0545b20f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
memberGroupSetList.vue
src/views/apps/customerApp/memberGroupSetList.vue
+4
-3
No files found.
src/views/apps/customerApp/memberGroupSetList.vue
View file @
e21a1a8a
...
...
@@ -3,8 +3,8 @@
* @version: 1.0.0
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors:
无尘
* @LastEditTime: 202
0-08-26 10:01:07
* @LastEditors:
Drama
* @LastEditTime: 202
2-10-24 17:15:30
-->
<!--
...
...
@@ -12,7 +12,7 @@
<app-detail ></app-detail>
-->
<
template
>
<div
class=
"
border-box p-lbr-20"
>
<div
class=
"border-box p-lbr-20"
>
<div
class=
"flex flex-space-between"
>
<div></div>
<div>
...
...
@@ -116,6 +116,7 @@ export default {
let
resData
=
res
.
data
;
if
(
resData
.
errorCode
==
1
)
{
showMsg
.
showmsg
(
'删除成功'
,
'success'
);
that
.
getTemplateCount
();
that
.
getTableList
();
return
;
}
...
...
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