Sfoglia il codice sorgente

J picker fixed a bug

zizhong.wang 2 anni fa
parent
commit
2489c9878a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      components/J-Picker/jPicker.vue

+ 2 - 0
components/J-Picker/jPicker.vue

@@ -93,6 +93,7 @@
 			},
 			cancelSel() {
 				this.pickerVisable = false;
+				/*
 				if (this.val) {
 					if (this.valKey) {
 						let n = this.listData;
@@ -108,6 +109,7 @@
 				} else {
 					this.nSel = -1;
 				}
+				*/
 			},
 			sureSelect() {
 				this.pickerVisable = false;