1.消防区域维护错误
parent
717c47d059
commit
35b627eaf1
|
@ -116,12 +116,12 @@ export default {
|
||||||
'/fire/region/v2/update',
|
'/fire/region/v2/update',
|
||||||
{
|
{
|
||||||
fireRegionId: this.fireRegionId,
|
fireRegionId: this.fireRegionId,
|
||||||
fireRegionName: this.form.FIRE_REGION_NAME,
|
fireRegionName: this.form.fireRegionName,
|
||||||
fireRegionCode: this.form.FIRE_REGION_CODE,
|
fireRegionCode: this.form.fireRegionCode,
|
||||||
departmentId: this.form.DEPARTMENT_ID,
|
departmentId: this.form.departmentId,
|
||||||
departmentIdOld: this.DEPARTMENT_ID_OLD,
|
departmentIdOld: this.departmentIdOld,
|
||||||
remake: this.form.REMAKE,
|
remake: this.form.remake,
|
||||||
photoUploadMethod: this.form.PHOTO_UPLOAD_METHOD
|
photoUploadMethod: this.form.photoUploadMethod
|
||||||
}
|
}
|
||||||
).then((data) => {
|
).then((data) => {
|
||||||
if (data.code === 0 || data.code === 200) {
|
if (data.code === 0 || data.code === 200) {
|
||||||
|
|
Loading…
Reference in New Issue