diff --git a/src/modules/table.js b/src/modules/table.js
index 9ecb5314..059f29c1 100644
--- a/src/modules/table.js
+++ b/src/modules/table.js
@@ -2314,9 +2314,9 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
// 显示编辑表单
if(editType){
var input = $(function(){
- var inputElem = '';
+ var inputElem = '';
if(editType === 'textarea') {
- inputElem = '';
+ inputElem = '';
}
return inputElem;
}());