Compare commits

..

No commits in common. "3399a0b2dee1d94806f7158f52337da74fca4628" and "69352c011626083891513e78f5bb3fbde0aa73c6" have entirely different histories.

1 changed files with 6 additions and 6 deletions

View File

@ -116,12 +116,12 @@ export default {
'/fire/region/v2/update', '/fire/region/v2/update',
{ {
fireRegionId: this.fireRegionId, fireRegionId: this.fireRegionId,
fireRegionName: this.form.fireRegionName, fireRegionName: this.form.FIRE_REGION_NAME,
fireRegionCode: this.form.fireRegionCode, fireRegionCode: this.form.FIRE_REGION_CODE,
departmentId: this.form.departmentId, departmentId: this.form.DEPARTMENT_ID,
departmentIdOld: this.departmentIdOld, departmentIdOld: this.DEPARTMENT_ID_OLD,
remake: this.form.remake, remake: this.form.REMAKE,
photoUploadMethod: this.form.photoUploadMethod photoUploadMethod: this.form.PHOTO_UPLOAD_METHOD
} }
).then((data) => { ).then((data) => {
if (data.code === 0 || data.code === 200) { if (data.code === 0 || data.code === 200) {