Compare commits
No commits in common. "3399a0b2dee1d94806f7158f52337da74fca4628" and "69352c011626083891513e78f5bb3fbde0aa73c6" have entirely different histories.
3399a0b2de
...
69352c0116
|
@ -116,12 +116,12 @@ export default {
|
|||
'/fire/region/v2/update',
|
||||
{
|
||||
fireRegionId: this.fireRegionId,
|
||||
fireRegionName: this.form.fireRegionName,
|
||||
fireRegionCode: this.form.fireRegionCode,
|
||||
departmentId: this.form.departmentId,
|
||||
departmentIdOld: this.departmentIdOld,
|
||||
remake: this.form.remake,
|
||||
photoUploadMethod: this.form.photoUploadMethod
|
||||
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
|
||||
}
|
||||
).then((data) => {
|
||||
if (data.code === 0 || data.code === 200) {
|
||||
|
|
Loading…
Reference in New Issue