@@ -236,6 +236,7 @@ export default {
getList() {
+ if(!this.queryParams.orgId) return;
this.loading = true;
listIntrusionTestReport(this.queryParams).then(response => {
this.checkList = response.data;
@@ -237,6 +237,7 @@ export default {
listServiceBankReport(this.queryParams).then(response => {
@@ -272,6 +272,7 @@ getDeptTree() {
listStandbyPowerReport(this.queryParams).then(response => {