|  | @@ -18,16 +18,17 @@
 | 
	
		
			
				|  |  |                  loading: true,
 | 
	
		
			
				|  |  |                  currentProject: "所属项目",
 | 
	
		
			
				|  |  |                  currentProjectHouseId: "",
 | 
	
		
			
				|  |  | +                fullscreenLoading:false,
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          created() {
 | 
	
		
			
				|  |  |              this.houseList = [];
 | 
	
		
			
				|  |  | +            this.fullscreenLoading = true;
 | 
	
		
			
				|  |  |              api.houseList().then((res) => {
 | 
	
		
			
				|  |  |                  if (res.success) {
 | 
	
		
			
				|  |  |                      this.houseList = res.list;
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |              });
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |              this.getCncTestcaseList();
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          filters: {
 | 
	
	
		
			
				|  | @@ -74,6 +75,7 @@
 | 
	
		
			
				|  |  |                      if (res.success) {
 | 
	
		
			
				|  |  |                          this.pageModel = res.pageModel;
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  | +                    this.fullscreenLoading = false;
 | 
	
		
			
				|  |  |                  })
 | 
	
		
			
				|  |  |              },
 | 
	
		
			
				|  |  |              cncTestDetail(testcaseId) {
 | 
	
	
		
			
				|  | @@ -106,6 +108,7 @@
 | 
	
		
			
				|  |  |                      if (element.houseId === command) {
 | 
	
		
			
				|  |  |                          this.currentProject = element.houseName;
 | 
	
		
			
				|  |  |                          this.currentProjectHouseId = element.houseId;
 | 
	
		
			
				|  |  | +                        this.fullscreenLoading = true;
 | 
	
		
			
				|  |  |                          this.getCncTestcaseList();
 | 
	
		
			
				|  |  |                          return true
 | 
	
		
			
				|  |  |                      } else {
 |