Commit d29661b2 by lichengming

修改了检测依据管理

parent ba7b80fc
......@@ -70,7 +70,10 @@ export default {
{ key: 'publishUnit', title: '发布单位' }
],
modalTitle: '添加食品标准表',
formObj: {},
formObj: {
code: '',
name: ''
},
ruleValidate: {
code: [
{ required: true, message: '检测依据不能为空', trigger: 'blur' }
......
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