src/views/operate/car/myIndex/edit/soil/index.vue
@@ -185,12 +185,10 @@ created() { // 初始化数据 this.car = JSON.parse(JSON.stringify(this.info)); console.log('------------',this.car); }, methods: { // 添加车辆 handleCar() { console.log(this.car); this.$refs.user.validate((valid) => { if (valid) { const { car } = this; @@ -202,7 +200,6 @@ } }) .then(res => { console.log(res); if (res.code === 200) { this.$message({ type: 'success',