CRM_26-08-05#story#9126,车辆管理、服务商管理系统需求
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user