|
@@ -631,8 +631,9 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
|
@@ -631,8 +631,9 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
631
|
});
|
631
|
});
|
632
|
}
|
632
|
}
|
633
|
$('#' + targetId).html(optons);
|
633
|
$('#' + targetId).html(optons);
|
634
|
- form.render("select");
|
634
|
+
|
635
|
$('#biz_reslist_res_cluster').val(parentId);
|
635
|
$('#biz_reslist_res_cluster').val(parentId);
|
|
|
636
|
+ form.render("select");
|
636
|
})
|
637
|
})
|
637
|
}
|
638
|
}
|
638
|
|
639
|
|
|
@@ -788,8 +789,9 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
|
@@ -788,8 +789,9 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
788
|
} else {
|
789
|
} else {
|
789
|
$('#' + domStr).find('.div-link-state').show();
|
790
|
$('#' + domStr).find('.div-link-state').show();
|
790
|
}
|
791
|
}
|
791
|
- form.render("select");
|
792
|
+
|
792
|
$('#biz_reslist_res_cluster').val(parentId);
|
793
|
$('#biz_reslist_res_cluster').val(parentId);
|
|
|
794
|
+ form.render("select");
|
793
|
|
795
|
|
794
|
})
|
796
|
})
|
795
|
}
|
797
|
}
|