Pārlūkot izejas kodu

J picker fixed a bug

zizhong.wang 2 gadi atpakaļ
vecāks
revīzija
2489c9878a
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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;