n20-common-lib 1.3.57 → 1.3.58

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": "1.3.57",
3
+ "version": "1.3.58",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -209,7 +209,6 @@ export default {
209
209
  } else {
210
210
  this.assignee = '已审批人:' + list.map((c) => c.assignee).join(',')
211
211
  }
212
- console.log(list, 5456)
213
212
  this.$nextTick(() => {
214
213
  tipShow(task, this.$refs['msgEl'])
215
214
  })
@@ -280,7 +280,6 @@ export default {
280
280
  )
281
281
  })
282
282
  .catch(() => {
283
- console.log(123)
284
283
  clearTimeout(this.setTimeNum)
285
284
  this.codeNum = '验证码'
286
285
  this.$message.warning(
package/src/index.js CHANGED
@@ -22,7 +22,7 @@ import Statis from './components/Statis/index.vue'
22
22
  import StatisItem from './components/Statis/statisItem.vue'
23
23
  import StatisPopover from './components/Statis/statisPopover.vue'
24
24
  import ApprovalCard from './components/ApprovalCard/index.vue'
25
- import approvalImg from './components/ApprovalRecord/approvalImg.vue'
25
+ import ApprovalImg from './components/ApprovalRecord/approvalImg.vue'
26
26
  import ApprovalRecord from './components/ApprovalRecord/index.vue'
27
27
  import ApprovalButtons from './components/ApprovalButtons/index.vue'
28
28
  import Expandable from './components/Expandable/index.vue'
@@ -146,7 +146,7 @@ const components = [
146
146
  PageHeader,
147
147
  Descriptions,
148
148
  EventBubble,
149
- approvalImg,
149
+ ApprovalImg,
150
150
  Stamp,
151
151
  /* old */
152
152
  TableO,
@@ -260,6 +260,6 @@ export {
260
260
  PageHeader,
261
261
  Descriptions,
262
262
  EventBubble,
263
- approvalImg,
263
+ ApprovalImg,
264
264
  Stamp
265
265
  }