Commit ced5dcd4 authored by lizhichao's avatar lizhichao

检查依据改为非必填

parent 4d27df41
......@@ -189,9 +189,9 @@ export default {
inspectTerm: [
{ required: true, message: "隐患名称不能为空", trigger: "change" }
],
inspectBasis: [
{ required: true, message: "检查依据不能为空", trigger: "change" }
],
// inspectBasis: [
// { required: true, message: "检查依据不能为空", trigger: "change" }
// ],
// libraryContent: [
// { required: true, message: "内容/标准不能为空", trigger: "change" }
// ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment