bugfix: print pause button reset loading status
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
890a3e3332
commit
84c9040e2a
@ -209,11 +209,11 @@ export default {
|
||||
},
|
||||
|
||||
respondPrintPause({commit}) {
|
||||
commit('removeLoading', { name: 'statusPrintCancel' });
|
||||
commit('removeLoading', { name: 'statusPrintPause' });
|
||||
},
|
||||
|
||||
respondPrintResume({commit}) {
|
||||
commit('removeLoading', { name: 'statusPrintCancel' });
|
||||
commit('removeLoading', { name: 'statusPrintResume' });
|
||||
},
|
||||
|
||||
respondPrintCancel({commit}) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user