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