@@ -2208,7 +2208,8 @@ function fastEdit(e, url, title, col, index, type)
var valid = '';
var action = '';
- if ($(t).find('form').length && !$(t).find('#form1').length) {
+ //if ($(t).find('form').length && !$(t).find('#form1').length) {
+ if ($(t).find('form').length) {
if ($(t).find('form').length > 1) {
var form = $(t).find('form').eq(1);
form.addClass('layui-card-body');