cloud-web-corejs 1.0.102 → 1.0.103

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.102",
4
+ "version": "1.0.103",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -532,6 +532,7 @@ export default {
532
532
  data: {type: 0, size: 20},
533
533
  method: 'post',
534
534
  isLoading: isLoading,
535
+ modal: isLoading || false,
535
536
  loadingTarget: document.body,
536
537
  success: res => {
537
538
  this.unDoWfRows = res.objx && res.objx.records ? res.objx.records : [];
@@ -554,6 +555,7 @@ export default {
554
555
  method: `post`,
555
556
  data: {},
556
557
  isLoading: isLoading,
558
+ modal: isLoading || false,
557
559
  loadingTarget: document.body,
558
560
  success: res => {
559
561
  this.unreadMessageNum = res.objx || 0;