|  | @@ -167,8 +167,8 @@ export default {
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  |      show(defaultSelect) {
 |  |      show(defaultSelect) {
 | 
											
												
													
														|  |        this.search = this.emptySearch();
 |  |        this.search = this.emptySearch();
 | 
											
												
													
														|  | 
 |  | +      this.refresh();
 | 
											
												
													
														|  |        this.isShow = true;
 |  |        this.isShow = true;
 | 
											
												
													
														|  | -      // this.refresh()
 |  | 
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      clearSelected() {
 |  |      clearSelected() {
 | 
											
												
													
														|  |        this.selectList = [];
 |  |        this.selectList = [];
 | 
											
										
											
												
													
														|  | @@ -182,6 +182,8 @@ export default {
 | 
											
												
													
														|  |        this.refresh();
 |  |        this.refresh();
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      onHide() {
 |  |      onHide() {
 | 
											
												
													
														|  | 
 |  | +      this.search = this.emptySearch();
 | 
											
												
													
														|  | 
 |  | +      this.refresh();
 | 
											
												
													
														|  |        this.isShow = false;
 |  |        this.isShow = false;
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      onSelect(item) {
 |  |      onSelect(item) {
 | 
											
										
											
												
													
														|  | @@ -207,6 +209,8 @@ export default {
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      onSubmit() {
 |  |      onSubmit() {
 | 
											
												
													
														|  |        this.$emit("select", this.selectList);
 |  |        this.$emit("select", this.selectList);
 | 
											
												
													
														|  | 
 |  | +      this.search = this.emptySearch();
 | 
											
												
													
														|  | 
 |  | +      this.refresh();
 | 
											
												
													
														|  |        this.onHide();
 |  |        this.onHide();
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      getDefaultKey(key) {
 |  |      getDefaultKey(key) {
 |