n20-common-lib 2.11.21 → 2.11.22

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.11.21",
3
+ "version": "2.11.22",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -849,7 +849,6 @@ export default {
849
849
  },
850
850
 
851
851
  async checkFlowFn() {
852
- this.isTakeOff = undefined
853
852
  if (this.requiredC && !this.messageC) {
854
853
  return this.errMsgFn(
855
854
  this.authList.includes('byAddTask') && this.addTaskList.length > 0 ? $lc('加签') : $lc('批准')