From 850e098331985712b1d8970aae9c64638e9257d2 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Fri, 28 Jul 2017 15:48:51 +0800 Subject: [PATCH] update --- bi/case.js | 2 ++ docs/case.js | 2 ++ src/case/editor/editor.sign.initial.js | 2 ++ 3 files changed, 6 insertions(+) diff --git a/bi/case.js b/bi/case.js index 090ee58aa..7a8f9ea43 100644 --- a/bi/case.js +++ b/bi/case.js @@ -6922,6 +6922,8 @@ BI.SignInitialEditor = BI.inherit(BI.Widget, { allowBlank: true, watermark: "", errorText: "", + value: "", + text: "", height: 30 }) }, diff --git a/docs/case.js b/docs/case.js index 090ee58aa..7a8f9ea43 100644 --- a/docs/case.js +++ b/docs/case.js @@ -6922,6 +6922,8 @@ BI.SignInitialEditor = BI.inherit(BI.Widget, { allowBlank: true, watermark: "", errorText: "", + value: "", + text: "", height: 30 }) }, diff --git a/src/case/editor/editor.sign.initial.js b/src/case/editor/editor.sign.initial.js index 16f07b5fd..2c8023b57 100644 --- a/src/case/editor/editor.sign.initial.js +++ b/src/case/editor/editor.sign.initial.js @@ -18,6 +18,8 @@ BI.SignInitialEditor = BI.inherit(BI.Widget, { allowBlank: true, watermark: "", errorText: "", + value: "", + text: "", height: 30 }) },