n20-common-lib 2.8.6 → 2.8.7

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.8.6",
3
+ "version": "2.8.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -294,10 +294,9 @@ export default {
294
294
  },
295
295
  allCheck() {
296
296
  if (this.checkList.length === this.filterListS.length) {
297
- console.log(123)
298
297
  this.checkList = this.filterListS
299
298
  ?.filter((res) => {
300
- if (res.static || res.isNotClose || res.isDefault) {
299
+ if (res.static || res.isNotClose) {
301
300
  return res[this.onlyKey]
302
301
  }
303
302
  })