src/views/mes/modules/MesProductionOrderModal.vue @@ -56,6 +56,11 @@ }, handleCancel() { this.close() }, // 打开详情弹窗时清除表单校验 removeValidate() { if (this.$refs.realForm) this.$refs.realForm.clearValidate() } } }