提交 6b7c4771 编写于 作者: KK's avatar KK

picker逻辑调整

上级 d3ffe671
...@@ -215,14 +215,14 @@ export default class AppPicker extends Vue { ...@@ -215,14 +215,14 @@ export default class AppPicker extends Vue {
* @memberof AppPicker * @memberof AppPicker
*/ */
get refvalue() { get refvalue() {
if (this.valueitem && this.data) { // if (this.valueitem && this.data) {
if (this.data[this.deMajorField]) { // if (this.data[this.deMajorField]) {
return this.data[this.deMajorField]; // return this.data[this.deMajorField];
} else { // } else {
return this.value; // return this.value;
} // }
} // }
return this.curvalue; return this.curvalue;
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册