Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
84f87b16
Commit
84f87b16
authored
Dec 29, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/12月迭代' into dev
parents
ec0faf38
0dbc108b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
account-detail.vue
src/views/recharge/account-detail.vue
+7
-4
No files found.
src/views/recharge/account-detail.vue
View file @
84f87b16
...
...
@@ -34,7 +34,7 @@
<dm-pagination
background
class=
"dm-pagination"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"tableData.currentPage"
:page-sizes=
"tableData.pageSizeList"
:page-size=
"tableData.pageSize"
layout=
"total, sizes, prev, pager, next"
:total=
"tableData.total"
hide-on-single-page
/>
</div>
</div>
<add-depart
:visible
.
sync=
"addDepartDialog.visible"
@
saved=
"
getTable
Data"
/>
<add-depart
:visible
.
sync=
"addDepartDialog.visible"
@
saved=
"
reset
Data"
/>
<view-store
:visible
.
sync=
"viewStoreDialog.visible"
:depart-id=
"viewStoreDialog.departId"
:depart-list=
"viewStoreDialog.departList"
/>
</div>
</template>
...
...
@@ -80,8 +80,7 @@ export default {
},
async
created
()
{
this
.
getTableHeader
();
await
this
.
getSumData
();
this
.
getTableData
();
this
.
resetData
();
this
.
$store
.
commit
(
'mutations_breadcrumb'
,
[
{
name
:
'企业管理'
,
path
:
''
},
{
name
:
'计费中心'
,
path
:
'/recharge/board'
},
...
...
@@ -186,7 +185,7 @@ export default {
await
this
.
$confirm
(
opt
[
'info'
],
opt
[
'title'
],
options
);
await
updateDepartStatus
({
status
:
opt
[
'status'
],
accountDepartId
:
row
.
accountDepartId
});
this
.
$message
.
success
(
opt
[
'successMsg'
]);
this
.
getTable
Data
();
this
.
reset
Data
();
}
catch
(
e
)
{
return
false
;
}
...
...
@@ -205,6 +204,10 @@ export default {
onSearch
()
{
this
.
tableData
.
currentPage
=
1
;
this
.
getTableData
();
},
async
resetData
()
{
await
this
.
getSumData
();
this
.
getTableData
();
}
},
computed
:
{
...
...
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