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 @@