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