|
@@ -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);
|
|
@@ -229,7 +231,7 @@ export default {
|
|
|
Toast({
|
|
|
message: "未查询到该设备内容!",
|
|
|
type: "fail",
|
|
|
- duration: 1000,
|
|
|
+ duration: 2000,
|
|
|
onClose: () => {
|
|
|
this.$router.push({ path: "/" });
|
|
|
}
|