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