n20-common-lib 2.7.34 → 2.7.35

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,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.7.34",
3
+ "version": "2.7.35",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -117,4 +117,9 @@
117
117
  .el-loading-mask {
118
118
  z-index: 99999 !important;
119
119
  /* 自定义层级值 */
120
+ }
121
+
122
+ .message_box_z_index {
123
+ z-index: 99999 !important;
124
+ /* 自定义层级值 */
120
125
  }
@@ -629,6 +629,7 @@ export default {
629
629
  })
630
630
  },
631
631
  onContinue() {
632
+ this.verifyV = false
632
633
  this.approvalFn()
633
634
  },
634
635
  async checkFlowFn() {