cloud-web-corejs 1.0.206 → 1.0.207

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.206",
4
+ "version": "1.0.207",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -2275,6 +2275,12 @@ modules = {
2275
2275
  [entity]: mainData,
2276
2276
  };
2277
2277
 
2278
+ Object.keys(mainData).forEach((key) => {
2279
+ if (key.startsWith("attachments_")) {
2280
+ formData[key] = mainData[key]
2281
+ }
2282
+ })
2283
+
2278
2284
  let reqData = {
2279
2285
  formCode: formCode,
2280
2286
  formVersion: reportTemplate.formVersion,