rabin 3 years ago
parent
commit
96883e3a25
1 changed files with 2 additions and 1 deletions
  1. 2 1
      assets/lib/manage/main.js

+ 2 - 1
assets/lib/manage/main.js

@@ -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');