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