1.消防区域维护错误

dev
guoyuepeng 2025-03-06 19:38:01 +08:00
parent 717c47d059
commit 35b627eaf1
1 changed files with 6 additions and 6 deletions

View File

@ -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) {