bk-magic-vue 2.4.0 → 2.4.1-beta.1

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.
@@ -12741,8 +12741,7 @@
12741
12741
  default: false
12742
12742
  },
12743
12743
  zIndex: {
12744
- type: Number,
12745
- default: 1000
12744
+ type: Number
12746
12745
  },
12747
12746
  confirmFn: {
12748
12747
  type: Function,
@@ -12951,7 +12950,7 @@
12951
12950
  }
12952
12951
  }, 0);
12953
12952
  }
12954
- _this.dialogIndex = _this.getLocalZIndex();
12953
+ _this.dialogIndex = _this.zIndex !== undefined ? _this.zIndex : _this.getLocalZIndex();
12955
12954
  if (_this.showMask) {
12956
12955
  var options = {
12957
12956
  tplAction: 'keepAll',