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}) {
|
respondPrintPause({commit}) {
|
||||||
commit('removeLoading', { name: 'statusPrintCancel' });
|
commit('removeLoading', { name: 'statusPrintPause' });
|
||||||
},
|
},
|
||||||
|
|
||||||
respondPrintResume({commit}) {
|
respondPrintResume({commit}) {
|
||||||
commit('removeLoading', { name: 'statusPrintCancel' });
|
commit('removeLoading', { name: 'statusPrintResume' });
|
||||||
},
|
},
|
||||||
|
|
||||||
respondPrintCancel({commit}) {
|
respondPrintCancel({commit}) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user