n20-common-lib 2.22.37 → 2.22.38

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.22.37",
3
+ "version": "2.22.38",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -219,15 +219,6 @@ export default {
219
219
  this.$message.warning(`请填写${item.cfgName}`)
220
220
  return false
221
221
  }
222
- if (
223
- item.cfgHasRemark === '1' &&
224
- !['11', '12'].includes(item.cfgType) &&
225
- !item.cfgRemark &&
226
- item.cfgRemark !== 0
227
- ) {
228
- this.$message.warning(`请填写${item.cfgName}备注`)
229
- return false
230
- }
231
222
  }
232
223
  return true
233
224
  }