|
|
@@ -473,9 +473,9 @@ export default {
|
|
|
functionName: "updateOrgan2N",
|
|
|
id: this.nid,
|
|
|
name: this.orgName,
|
|
|
- code: this.randomCode,
|
|
|
- code2: this.randomCode2,
|
|
|
- detail: this.orgDetail,
|
|
|
+ code: this.randomCode || '',
|
|
|
+ code2: this.randomCode2 || '',
|
|
|
+ detail: this.orgDetail || '',
|
|
|
area: this.regionC
|
|
|
}
|
|
|
];
|