cloud-web-corejs 1.0.103 → 1.0.104

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.103",
4
+ "version": "1.0.104",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -454,7 +454,7 @@ export default {
454
454
  method: `post`,
455
455
  data: {},
456
456
  isLoading: true,
457
- loadingTarget: document.body,
457
+ // loadingTarget: document.body,
458
458
  success: res => {
459
459
  this.notifyTemplates = res.objx && res.objx.records ? res.objx.records : [];
460
460
  this.showGroupDialog = true;
@@ -515,7 +515,7 @@ export default {
515
515
  method: `post`,
516
516
  data: {},
517
517
  isLoading: true,
518
- loadingTarget: document.body,
518
+ // loadingTarget: document.body,
519
519
  modalStrictly: true,
520
520
  success: res => {
521
521
  this.wfParamDTOs = res.objx || [];
@@ -533,7 +533,7 @@ export default {
533
533
  method: 'post',
534
534
  isLoading: isLoading,
535
535
  modal: isLoading || false,
536
- loadingTarget: document.body,
536
+ // loadingTarget: document.body,
537
537
  success: res => {
538
538
  this.unDoWfRows = res.objx && res.objx.records ? res.objx.records : [];
539
539
  },
@@ -556,7 +556,7 @@ export default {
556
556
  data: {},
557
557
  isLoading: isLoading,
558
558
  modal: isLoading || false,
559
- loadingTarget: document.body,
559
+ // loadingTarget: document.body,
560
560
  success: res => {
561
561
  this.unreadMessageNum = res.objx || 0;
562
562
  },