修复铭牌获取问题

This commit is contained in:
liaozetao
2024-04-30 15:15:54 +08:00
parent 96f3730e9d
commit e5a8b17d05

View File

@@ -529,7 +529,7 @@ export default {
$('#carChoose').combobox(); $('#carChoose').combobox();
}) })
$.get('/admin/nameplate//total/list', {}, function (res) { $.get('/admin/nameplate/total/list', {}, function (res) {
if (res.code == 200) { if (res.code == 200) {
for (var i = 0; i < res.data.length; i++) { for (var i = 0; i < res.data.length; i++) {
// car.push(res.data[i]); // car.push(res.data[i]);