n20-common-lib 2.7.32 → 2.7.34

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.32",
3
+ "version": "2.7.34",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
Binary file
@@ -117,9 +117,4 @@
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
- /* 自定义层级值 */
125
120
  }
Binary file
@@ -640,7 +640,7 @@ export default {
640
640
  if (this.addTaskList.length > 0 && !this.addTaskType) {
641
641
  return this.addErrFn()
642
642
  }
643
- let { isCheck, taskId, appNo, groupNo, typeCode, orderId } = this.$route.query
643
+ let { isCheck, taskId, appNo, groupNo, typeCode, orderId, isAgentcy } = this.$route.query
644
644
  if (isCheck === '1') {
645
645
  let params = {
646
646
  plainText: '',
@@ -648,7 +648,7 @@ export default {
648
648
  isCheck,
649
649
  auditAdvanceDtos: [
650
650
  {
651
- appNo: appNo,
651
+ appNo,
652
652
  taskId,
653
653
  groupNo,
654
654
  typeCode,
Binary file
Binary file
Binary file
@@ -224,7 +224,7 @@ export async function getSign(plain, dn) {
224
224
  confirmButtonText: '确定',
225
225
  cancelButtonText: '取消',
226
226
  inputType: 'password',
227
- customClass: 'message_box_z_index'
227
+ zIndex: 99999
228
228
  })
229
229
  .then(({ value }) => {
230
230
  return performSign(plainText, value).then((signedData) => {
@@ -223,7 +223,7 @@ export async function getSign(plain, dn) {
223
223
  confirmButtonText: '确定',
224
224
  cancelButtonText: '取消',
225
225
  inputType: 'password',
226
- customClass: 'message_box_z_index'
226
+ zIndex: 99999
227
227
  }).then(({ value }) => {
228
228
  return performSign(plainText, value).then((signedData) => {
229
229
  answer = signedData