From 77b3916d153c6b9ba74c66a02937b2f108ca77a3 Mon Sep 17 00:00:00 2001 From: yuekuo Date: Sat, 25 Mar 2023 19:36:14 +0800 Subject: [PATCH] other --- .../otamanagement/vehicleinformation/components/other.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/other.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/other.vue index 15090e78d..ec0ca13c0 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/other.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/other.vue @@ -56,14 +56,16 @@ export default { otaIdT='' } getAction('/ota/otaBaCxQt/queryByOtaId',{otaIdT:otaIdT,otaId:localStorage.getItem('otaId')}).then(res=>{ - console.log(res); + if(res.code==200){ + this.queryParam=res.result + } }) }, save(){ this.$refs.ruleForm.validate( valid =>{ if (valid) { postAction('/ota/otaBaCxQt/add',{otaId:localStorage.getItem('otaId'),...this.queryParam}).then(res=>{ - console.log(res); + console.log(res); }) } else { return false;