liche update for admin goods list select car stype bug

This commit is contained in:
xxb
2021-08-25 17:25:53 +08:00
parent ebafbcf5cf
commit 3e0af04104
+9 -9
View File
@@ -166,15 +166,6 @@
</div>
</div>
<script>
$('#bd-auto1-id').change(function () {
$('#bd-auto2-id').empty();
$('#bd-auto3-id').empty();
$("#bd-auto3-id").prepend("<option value='0'>选择车型</option>")
});
$('#bd-auto2-id').change(function () {
$('#bd-auto3-id').empty();
});
function load_goods() {
var file = $("#goods-file");
if (file.val() == '') {
@@ -339,5 +330,14 @@
href = '/items/goods/goods/export?' + arr[1];
window.location.href = href;
});
$('#bd-auto1-id').change(function () {
$('#bd-auto2-id').empty();
$('#bd-auto3-id').empty();
$("#bd-auto3-id").prepend("<option value='0'>选择车型</option>")
});
$('#bd-auto2-id').change(function () {
$('#bd-auto3-id').empty();
});
});
</script>