1.消防区域维护错误
parent
717c47d059
commit
35b627eaf1
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue