diff --git a/src/views/index/supplierInfo.vue b/src/views/index/supplierInfo.vue index 93842a63..2c5c7e13 100644 --- a/src/views/index/supplierInfo.vue +++ b/src/views/index/supplierInfo.vue @@ -124,7 +124,9 @@ - +
+
完善信息
+
修改信息
@@ -162,6 +164,11 @@ await this.getInfoHandler(); }, methods: { + goAddVehicle() { + const supplierId = this.id + localStorage.setItem('lastRoute', JSON.stringify({ name: 'vehicleManage', query: { id: supplierId } })); + this.goPage('vehicleManage', { id: supplierId }); + }, goModifyPage() { this.goPage('supplierAdd', { id : this.id }) },