Browse Source

1. 优化

MONSTER-ygh 1 year ago
parent
commit
e579dc35e8

+ 4 - 0
src/views/officesale/ticketingSales.vue

@@ -408,6 +408,10 @@
         /** 重置按钮操作 */
         resetQuery() {
             this.$refs.queryForm.resetFields()
+            this.performId = ''
+            this.seatSelectList = []
+            this.seatMapList = {}
+            this.seatList = []
             this.handleQuery();
         },
 

+ 4 - 0
src/views/windowTicketSales/ticketingSales.vue

@@ -408,6 +408,10 @@
         /** 重置按钮操作 */
         resetQuery() {
             this.$refs.queryForm.resetFields()
+            this.performId = ''
+            this.seatSelectList = []
+            this.seatMapList = {}
+            this.seatList = []
             this.handleQuery();
         },