This commit is contained in:
parent
21ff5d73e9
commit
ee012f54b5
|
|
@ -893,6 +893,7 @@ export default {
|
|||
methods: {
|
||||
// 获取车牌号
|
||||
getCarCodeList() {
|
||||
this.carCodeList = []
|
||||
getCarCodeListApi({ parentId: this.outboundParams.parentId }).then(
|
||||
(res) => {
|
||||
res.data.forEach((item) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue