From b7e83fbf89e4933ff1cf2ee18638ab0dd2c786f6 Mon Sep 17 00:00:00 2001 From: nihaotian Date: Fri, 26 Jul 2024 08:25:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../responseManagement/responding/component/selectUserNew.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/responseManagement/responding/component/selectUserNew.vue b/src/views/responseManagement/responding/component/selectUserNew.vue index 778c246..ffa0cd7 100644 --- a/src/views/responseManagement/responding/component/selectUserNew.vue +++ b/src/views/responseManagement/responding/component/selectUserNew.vue @@ -349,6 +349,7 @@ const save = async () => { adminId: state.selectData[i].userId, adminName: state.selectData[i].userName, allocation: 'YES', + applyForCount: 0, }; let res = await submitNew(params).then((da) => { ElMessage.success('B2 success');