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