CRM_26-08-05#story#9126,车辆管理、服务商管理系统需求

This commit is contained in:
zlf
2026-08-05 20:21:20 +08:00
parent 1b323a4bfa
commit dd9d8f453e
+12
View File
@@ -723,6 +723,18 @@ export default {
}, },
methods:{ methods:{
async initPage() { async initPage() {
// 重置图片槽位,避免 keep-alive 缓存复用时残留上一辆车的图片
this.vehicleLicenseFrontList = []
this.vehicleLicenseBackList = []
this.vehicleLicenseCarPhotoList = []
this.vehicleFrontPhotoList = []
this.insurancePictureFiles = []
this.vehicleLicenseFront = ''
this.vehicleLicenseBack = ''
this.vehicleLicenseCarPhoto = ''
this.vehicleFrontPhoto = ''
this.insurancePicturePhoto = ''
this.vehicleLicenseBackOcrFlag = false
this.id=this.$route.params?.id this.id=this.$route.params?.id
this.approvalForm.supplierId=this.$route.params?.supplierId this.approvalForm.supplierId=this.$route.params?.supplierId
const urlParams = new URLSearchParams(window.location.search); const urlParams = new URLSearchParams(window.location.search);