@@ -107,14 +107,10 @@ export default {
107107 computed: {
108108 ... mapGetters ({
109109 rows: ' automation/rows' ,
110- count: ' automation/count' ,
111110 loading: ' automation/loading' ,
112- pagination: ' automation/pagination' ,
113111 selectedRows: ' automation/selectedRows' ,
114- isMobile: ' layout/isMobile' ,
115112 currentUser: ' auth/currentUser' ,
116- currentTenant: ' auth/currentTenant' ,
117- paginationLayout: ' layout/paginationLayout'
113+ currentTenant: ' auth/currentTenant'
118114 }),
119115
120116 hasPermissionToEdit () {
@@ -140,23 +136,10 @@ export default {
140136 },
141137 methods: {
142138 ... mapActions ({
143- doChangeSort: ' conversation/doChangeSort' ,
144- doChangePaginationCurrentPage:
145- ' conversation/doChangePaginationCurrentPage' ,
146- doChangePaginationPageSize:
147- ' conversation/doChangePaginationPageSize' ,
148- doMountTable: ' conversation/doMountTable' ,
149- doDestroy: ' member/doDestroy'
139+ doChangeSort: ' automation/doChangeSort' ,
140+ doMountTable: ' automation/doMountTable'
150141 }),
151142
152- doRefresh () {
153- this .doChangePaginationCurrentPage ()
154- },
155-
156- presenter (row , fieldName ) {
157- return AutomationModel .presenter (row, fieldName)
158- },
159-
160143 translate (key ) {
161144 return i18n (key)
162145 },
0 commit comments