From 7db2391ce77797d79470a7e91aec1e78d0d7ec53 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期五, 16 一月 2026 10:59:12 +0800
Subject: [PATCH] 新增采购的时候添加是否质检 销售台账联调后端字段 调整状态分类

---
 src/views/personnelManagement/onboarding/components/formDia.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/personnelManagement/onboarding/components/formDia.vue b/src/views/personnelManagement/onboarding/components/formDia.vue
index 299ff99..8a732b2 100644
--- a/src/views/personnelManagement/onboarding/components/formDia.vue
+++ b/src/views/personnelManagement/onboarding/components/formDia.vue
@@ -179,6 +179,7 @@
 const openDialog = (type, row) => {
   operationType.value = type;
   dialogFormVisible.value = true;
+	form.value.id = ''
   if (operationType.value === 'edit') {
     getStaffJoinInfo(row.id).then(res => {
       form.value = {...res.data}

--
Gitblit v1.9.3