From ea11b406db23528d6af1c66ce3a3c1bb2c1d80fa Mon Sep 17 00:00:00 2001
From: liukang <644012909@qq.com>
Date: Tue, 4 Mar 2025 22:37:53 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A0=87=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/system/perform.js | 8 ++++++++
src/views/system/perform/index.vue | 25 ++++++++++++++++++++++++-
2 files changed, 32 insertions(+), 1 deletion(-)
diff --git a/src/api/system/perform.js b/src/api/system/perform.js
index f78ab49..55c1798 100644
--- a/src/api/system/perform.js
+++ b/src/api/system/perform.js
@@ -33,6 +33,14 @@ export function getNormalPerform(id) {
})
}
+// 查询演出详细
+export function refresh(id) {
+ return request({
+ url: '/system/perform/refresh/' + id,
+ method: 'get'
+ })
+}
+
// 新增演出
export function addPerform(data) {
return request({
diff --git a/src/views/system/perform/index.vue b/src/views/system/perform/index.vue
index fa5be06..604951b 100644
--- a/src/views/system/perform/index.vue
+++ b/src/views/system/perform/index.vue
@@ -94,6 +94,8 @@
+
+
@@ -127,6 +129,15 @@
@click="copyRow(scope.row.id)"
>复制申请链接
+
+ 更新抢票结果
+
+
@@ -159,6 +170,10 @@
+
+
+
+
@@ -178,7 +193,7 @@