n20-common-lib 2.20.18 → 2.20.19

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.20.18",
3
+ "version": "2.20.19",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -577,7 +577,6 @@ export default {
577
577
  noMsg: true
578
578
  }
579
579
  )
580
- res.data.addTaskTip = true
581
580
  // addTaskTip 是否给出加签提示
582
581
  if (res.code === 200 && res.data && res.data.addTaskTip) {
583
582
  this.$confirm('请确定是否向后加签', $lc('提示'), {