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