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