|
@@ -159,8 +159,9 @@ export default {
|
|
this.$broadcast('refreshData', { current: this.current });
|
|
this.$broadcast('refreshData', { current: this.current });
|
|
}
|
|
}
|
|
it.getShortCut((value) => {
|
|
it.getShortCut((value) => {
|
|
- this.showShortPop = !value;
|
|
|
|
- if (value) {
|
|
|
|
|
|
+ //this.showShortPop = !value;
|
|
|
|
+ this.showShortPop = true;
|
|
|
|
+ if(value){
|
|
this.$app.$def.data.backClickCount = 1
|
|
this.$app.$def.data.backClickCount = 1
|
|
} else {
|
|
} else {
|
|
this.$app.$def.data.backClickCount = 0
|
|
this.$app.$def.data.backClickCount = 0
|