浏览代码

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;