cloud-web-corejs 1.0.206 → 1.0.208

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.208",
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,
@@ -365,6 +365,9 @@ export default {
365
365
  config: {
366
366
  treeConfig: {
367
367
  parentField: 'parent'
368
+ },
369
+ scrollX:{
370
+ enabled: false
368
371
  }
369
372
  },
370
373
  columns: [