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