This commit is contained in:
bb_pan 2025-04-21 09:18:52 +08:00
parent 21ff5d73e9
commit ee012f54b5
1 changed files with 1 additions and 0 deletions

View File

@ -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) => {