From e3c58afdd5c417788fbc3208d07098fbda4b22b6 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 5 May 2025 18:28:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E6=80=A5=E9=98=B2=E5=BE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/books/components/addBook.vue | 5 +- src/views/books/index.vue | 139 +++++++++++++++---------- src/views/team/components/showTeam.vue | 134 ++++++++++++++++-------- src/views/team/team.vue | 1 + 4 files changed, 178 insertions(+), 101 deletions(-) diff --git a/src/views/books/components/addBook.vue b/src/views/books/components/addBook.vue index 22cea6a..caff349 100644 --- a/src/views/books/components/addBook.vue +++ b/src/views/books/components/addBook.vue @@ -104,7 +104,10 @@ }, methods: { - + setTeamId(id,name){ + this.form.team_id = id + this.form.suozaiduiwu = name + }, async getDetail() { const res = await show({ id: this.id, diff --git a/src/views/books/index.vue b/src/views/books/index.vue index 99809f2..e38c303 100644 --- a/src/views/books/index.vue +++ b/src/views/books/index.vue @@ -1,18 +1,22 @@