parent
443a7c65ff
commit
a780f98c10
@ -1,9 +0,0 @@
|
||||
<script>
|
||||
$(function () {
|
||||
$('#NodeId').change(function () {
|
||||
var id = $(this).find(':selected').val();
|
||||
update('@Url.Action("GetCommandJson", "Ajax")', id, "#CommandId");
|
||||
|
||||
});
|
||||
});
|
||||
</script>
|
@ -1,9 +0,0 @@
|
||||
<script>
|
||||
$(function () {
|
||||
$('#NodeId').change(function () {
|
||||
var id = $(this).find(':selected').val();
|
||||
update('@Url.Action("GetCommandJson", "Ajax")', id, "#CommandId");
|
||||
|
||||
});
|
||||
});
|
||||
</script>
|
Binary file not shown.
Loading…
Reference in new issue