Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -263,6 +263,7 @@ export default { | ... | @@ -263,6 +263,7 @@ export default { |
| 263 | destinationCountryCode: this.headData.destinationCountryCode, | 263 | destinationCountryCode: this.headData.destinationCountryCode, |
| 264 | destinationCountry: this.headData.destinationCountry, | 264 | destinationCountry: this.headData.destinationCountry, |
| 265 | attachmentBizTypeList: [], | 265 | attachmentBizTypeList: [], |
| 266 | + ceFlag: this.headData.ceFlag, | ||
| 266 | }; | 267 | }; |
| 267 | let arr = []; | 268 | let arr = []; |
| 268 | this.fileData.forEach((item) => { | 269 | this.fileData.forEach((item) => { |
| ... | @@ -309,6 +310,7 @@ export default { | ... | @@ -309,6 +310,7 @@ export default { |
| 309 | this.id = "0"; | 310 | this.id = "0"; |
| 310 | this.headData.id = "0"; | 311 | this.headData.id = "0"; |
| 311 | this.headData.userUuid = ""; | 312 | this.headData.userUuid = ""; |
| 313 | + this.headData.ceFlag = 0; | ||
| 312 | this.headDisabled = true; | 314 | this.headDisabled = true; |
| 313 | if ( | 315 | if ( |
| 314 | this.headData.userInputOriginCountryCode == null || | 316 | this.headData.userInputOriginCountryCode == null || | ... | ... |
-
Please register or login to post a comment