修复铭牌获取问题

This commit is contained in:
liaozetao
2024-04-30 15:15:54 +08:00
parent 697af0c109
commit 4b417d446f

View File

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