jufubao-admin-library 1.1.114 → 1.1.115

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.
@@ -1455,7 +1455,7 @@ export default {
1455
1455
  ]
1456
1456
  }else{
1457
1457
  item.rules = [
1458
- {required: true, message: `请输入${item.label}`, trigger: ['blur', 'change']},
1458
+ {required: item.required, message: `请输入${item.label}`, trigger: ['blur', 'change']},
1459
1459
  ]
1460
1460
  }
1461
1461
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.114",
3
+ "version": "1.1.115",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {