From 35b627eaf134648adddc25c4bb323338b8efec39 Mon Sep 17 00:00:00 2001 From: guoyuepeng <770272267@qq.com> Date: Thu, 6 Mar 2025 19:38:01 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B6=88=E9=98=B2=E5=8C=BA=E5=9F=9F=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/firefighting/region/components/edit.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/firefighting/region/components/edit.vue b/src/views/firefighting/region/components/edit.vue index 7120aae..f2bccec 100644 --- a/src/views/firefighting/region/components/edit.vue +++ b/src/views/firefighting/region/components/edit.vue @@ -116,12 +116,12 @@ export default { '/fire/region/v2/update', { fireRegionId: this.fireRegionId, - fireRegionName: this.form.FIRE_REGION_NAME, - fireRegionCode: this.form.FIRE_REGION_CODE, - departmentId: this.form.DEPARTMENT_ID, - departmentIdOld: this.DEPARTMENT_ID_OLD, - remake: this.form.REMAKE, - photoUploadMethod: this.form.PHOTO_UPLOAD_METHOD + fireRegionName: this.form.fireRegionName, + fireRegionCode: this.form.fireRegionCode, + departmentId: this.form.departmentId, + departmentIdOld: this.departmentIdOld, + remake: this.form.remake, + photoUploadMethod: this.form.photoUploadMethod } ).then((data) => { if (data.code === 0 || data.code === 200) {