diff --git a/src/views/netSecurity/DataSource/index.vue b/src/views/netSecurity/DataSource/index.vue index 2f490fb..df8baf1 100644 --- a/src/views/netSecurity/DataSource/index.vue +++ b/src/views/netSecurity/DataSource/index.vue @@ -477,8 +477,10 @@ export default { this.queryParams.notType = "5,6"; //不显示type 5,6 } else if (to.name == "Jgdw") { + this.queryParams.notType = "3,4,6,7"; // 显示type5 } else if (to.name == "Webjc") { + this.queryParams.notType = "3,4,5,7"; // 显示type6 } },