dever 3 년 전
부모
커밋
29403775f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      assets/lib/manage/main.js

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

@@ -2791,7 +2791,7 @@ var dever_update =
 		change();
 
 		layui.use(['formSelects'], function(){
-			$("select").each(function()
+			$('#' + id + " select").each(function()
 			{
 				if ($(this).attr('xm-select')) {
 					layui.formSelects.render($(this).attr('xm-select'));