@@ -198,7 +198,9 @@ export default {
* 点击右侧筛选
*/
handleRightClick() {
- this.showPopup = true;
+ if (this.active == 1 || this.active == 2) {
+ this.showPopup = true;
+ }
},
changeTab(active) {
console.log(this.active);