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