|  | @@ -43,7 +43,7 @@
 | 
											
												
													
														|  |                        text: 'label',
 |  |                        text: 'label',
 | 
											
												
													
														|  |                        value: 'value',
 |  |                        value: 'value',
 | 
											
												
													
														|  |                      }"
 |  |                      }"
 | 
											
												
													
														|  | -                    @cancel="hs_typeOfEmployees = false"
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    @cancel="cencel"
 | 
											
												
													
														|  |                      @confirm="gettypeOfEmployees"
 |  |                      @confirm="gettypeOfEmployees"
 | 
											
												
													
														|  |                    />
 |  |                    />
 | 
											
												
													
														|  |                  </van-popup>
 |  |                  </van-popup>
 | 
											
										
											
												
													
														|  | @@ -210,6 +210,14 @@ export default {
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |        });
 |  |        });
 | 
											
												
													
														|  |      };
 |  |      };
 | 
											
												
													
														|  | 
 |  | +    const cencel = ()=>{
 | 
											
												
													
														|  | 
 |  | +      hs_typeOfEmployees.value = false;
 | 
											
												
													
														|  | 
 |  | +      typeOfEmployeesName.value = '';
 | 
											
												
													
														|  | 
 |  | +      const json = Object.assign(inputForm.value, {
 | 
											
												
													
														|  | 
 |  | +        equipmentType: '',
 | 
											
												
													
														|  | 
 |  | +      });
 | 
											
												
													
														|  | 
 |  | +      inputForm.value = json;
 | 
											
												
													
														|  | 
 |  | +    }
 | 
											
												
													
														|  |      const onClickSearch = () => {
 |  |      const onClickSearch = () => {
 | 
											
												
													
														|  |        if (active.value == "") {
 |  |        if (active.value == "") {
 | 
											
												
													
														|  |          list.value = [];
 |  |          list.value = [];
 | 
											
										
											
												
													
														|  | @@ -241,6 +249,7 @@ export default {
 | 
											
												
													
														|  |        hs_typeOfEmployees,
 |  |        hs_typeOfEmployees,
 | 
											
												
													
														|  |        gettypeOfEmployees,
 |  |        gettypeOfEmployees,
 | 
											
												
													
														|  |        del,
 |  |        del,
 | 
											
												
													
														|  | 
 |  | +      cencel
 | 
											
												
													
														|  |      };
 |  |      };
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |  };
 |  |  };
 |