This commit is contained in:
		
							parent
							
								
									2b30e20485
								
							
						
					
					
						commit
						0116af0877
					
				| 
						 | 
					@ -533,7 +533,7 @@ export default {
 | 
				
			||||||
            this.$message.error(err);
 | 
					            this.$message.error(err);
 | 
				
			||||||
          });
 | 
					          });
 | 
				
			||||||
      } else {
 | 
					      } else {
 | 
				
			||||||
        whitListDelete({ id: drone.Id })
 | 
					        whitListDelete({ id: drone.WhiteListId })
 | 
				
			||||||
          .then((res) => {
 | 
					          .then((res) => {
 | 
				
			||||||
            if (res.code === 0) {
 | 
					            if (res.code === 0) {
 | 
				
			||||||
              this.$message.success("移除成功");
 | 
					              this.$message.success("移除成功");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue