diff --git a/src/views/materialsStation/bmProject/index.vue b/src/views/materialsStation/bmProject/index.vue index 5387c670..a4c35505 100644 --- a/src/views/materialsStation/bmProject/index.vue +++ b/src/views/materialsStation/bmProject/index.vue @@ -313,13 +313,13 @@ export default { trigger: 'blur' } ], - proStatus: [ - { - required: true, - message: '工程状态不能为空', - trigger: 'blur' - } - ], + // proStatus: [ + // { + // required: true, + // message: '工程状态不能为空', + // trigger: 'blur' + // } + // ], proNature: [ { required: true,