修复铭牌获取问题
This commit is contained in:
@@ -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]);
|
||||||
|
Reference in New Issue
Block a user