cloud-web-corejs 1.0.102 → 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
@@ -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 || [];
|
@@ -532,7 +532,8 @@ export default {
|
|
532
532
|
data: {type: 0, size: 20},
|
533
533
|
method: 'post',
|
534
534
|
isLoading: isLoading,
|
535
|
-
|
535
|
+
modal: isLoading || false,
|
536
|
+
// loadingTarget: document.body,
|
536
537
|
success: res => {
|
537
538
|
this.unDoWfRows = res.objx && res.objx.records ? res.objx.records : [];
|
538
539
|
},
|
@@ -554,7 +555,8 @@ export default {
|
|
554
555
|
method: `post`,
|
555
556
|
data: {},
|
556
557
|
isLoading: isLoading,
|
557
|
-
|
558
|
+
modal: isLoading || false,
|
559
|
+
// loadingTarget: document.body,
|
558
560
|
success: res => {
|
559
561
|
this.unreadMessageNum = res.objx || 0;
|
560
562
|
},
|