From b3a487769c3d05b8d060f73504e0685f6d95ba2e Mon Sep 17 00:00:00 2001 From: hancong03 <121371790@qq.com> Date: Fri, 31 May 2013 18:42:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _src/ui/combobox.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_src/ui/combobox.js b/_src/ui/combobox.js index b8520b77..d84a874a 100644 --- a/_src/ui/combobox.js +++ b/_src/ui/combobox.js @@ -40,6 +40,7 @@ //可用项列表 items: [], itemCount: 0, + //item对应的值列表 value: [], //自动记录 autoRecord: true, @@ -346,4 +347,4 @@ } )(), 'menu' ); -})(); \ No newline at end of file +})(); -- GitLab