fix(政策入库流程): 政策文号非必填

This commit is contained in:
zyn
2023-12-04 09:29:44 +08:00
parent 97b4181034
commit 989cb9eccd
@@ -162,7 +162,7 @@ export default {
{validator: this.verify.valiateEnName, trigger: 'change'}
],
lawsNo: [
{required: true, type: 'string', message: '政策文号不能为空', trigger: 'change'},
// {required: true, type: 'string', message: '政策文号不能为空', trigger: 'change'},
{type: 'string', max: 100, message: '政策文号不能超过100个字符', trigger: 'change'}
],
issueTime: [