This commit is contained in:
		
							parent
							
								
									f32baffd4e
								
							
						
					
					
						commit
						00460397fb
					
				| 
						 | 
					@ -493,7 +493,7 @@ export default {
 | 
				
			||||||
        typeId: row.typeId,
 | 
					        typeId: row.typeId,
 | 
				
			||||||
        status: this.taskStatus,
 | 
					        status: this.taskStatus,
 | 
				
			||||||
        checkResult: this.checkResult,
 | 
					        checkResult: this.checkResult,
 | 
				
			||||||
        managerType: row.managerType,
 | 
					        managerType: row.manageType,
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      this.checkList = [];
 | 
					      this.checkList = [];
 | 
				
			||||||
      this.checkList.push(obj);
 | 
					      this.checkList.push(obj);
 | 
				
			||||||
| 
						 | 
					@ -508,7 +508,7 @@ export default {
 | 
				
			||||||
        typeId: row.typeId,
 | 
					        typeId: row.typeId,
 | 
				
			||||||
        status: this.taskStatus,
 | 
					        status: this.taskStatus,
 | 
				
			||||||
        checkResult: this.checkResult,
 | 
					        checkResult: this.checkResult,
 | 
				
			||||||
        managerType: row.managerType,
 | 
					        managerType: row.manageType,
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      this.checkList = [];
 | 
					      this.checkList = [];
 | 
				
			||||||
      this.checkList.push(obj);
 | 
					      this.checkList.push(obj);
 | 
				
			||||||
| 
						 | 
					@ -525,7 +525,7 @@ export default {
 | 
				
			||||||
          typeId: item.typeId,
 | 
					          typeId: item.typeId,
 | 
				
			||||||
          status: this.taskStatus,
 | 
					          status: this.taskStatus,
 | 
				
			||||||
          checkResult: this.checkResult,
 | 
					          checkResult: this.checkResult,
 | 
				
			||||||
          managerType: item.managerType,
 | 
					          managerType: item.manageType,
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        return obj;
 | 
					        return obj;
 | 
				
			||||||
      });
 | 
					      });
 | 
				
			||||||
| 
						 | 
					@ -542,7 +542,7 @@ export default {
 | 
				
			||||||
          typeId: item.typeId,
 | 
					          typeId: item.typeId,
 | 
				
			||||||
          status: this.taskStatus,
 | 
					          status: this.taskStatus,
 | 
				
			||||||
          checkResult: this.checkResult,
 | 
					          checkResult: this.checkResult,
 | 
				
			||||||
          managerType: item.managerType,
 | 
					          managerType: item.manageType,
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        return obj;
 | 
					        return obj;
 | 
				
			||||||
      });
 | 
					      });
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue