From 2b839595d7830ed9e9488d38df8e53414008e112 Mon Sep 17 00:00:00 2001 From: qingyu <14049064+qingyuya123@user.noreply.gitee.com> Date: Tue, 1 Jul 2025 17:20:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=9B=E8=81=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/recruitment/index.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/views/recruitment/index.vue b/src/views/recruitment/index.vue index 576a2ba..fd604ac 100644 --- a/src/views/recruitment/index.vue +++ b/src/views/recruitment/index.vue @@ -206,12 +206,7 @@ async function onOk() { * 编辑基地 */ function handleCreateJD() { - showModal({ - type: 'edit', - title: '编辑地基', - }) - initData() - formData.value.status = 'enabled' + console.log('createJD') }