ソースを参照

J picker fixed a bug

zizhong.wang 2 年 前
コミット
2489c9878a
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  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;