fix:修复关闭assetping后依然存在ping筛选的问题

This commit is contained in:
wangwenrui
2020-08-28 16:28:06 +08:00
parent 2469e93b61
commit b4ab263c6c
3 changed files with 38 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ export default {
//单选
handler(val, index) {
if (!this.allowedAll&&!val.allowed && (index == 0 || index == 1 || val.NotSet)) {
this.custom[index].show = true;
// this.custom[index].show = true;
} else {
this.custom[index].show = !this.custom[index].show;
}