diff --git a/base-vue/src/views/modules/tickets/tickets.vue b/base-vue/src/views/modules/tickets/tickets.vue
index c927406..b7cf584 100644
--- a/base-vue/src/views/modules/tickets/tickets.vue
+++ b/base-vue/src/views/modules/tickets/tickets.vue
@@ -2,7 +2,27 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
查询
@@ -196,7 +216,9 @@
data () {
return {
dataForm: {
- key: ''
+ deptPeople: '',
+ errorType: '',
+ status: ''
},
dataList: [],
pageIndex: 1,
@@ -232,7 +254,9 @@
params: this.$http.adornParams({
'page': this.pageIndex,
'limit': this.pageSize,
- 'key': this.dataForm.key
+ 'deptPeople': this.dataForm.deptPeople,
+ 'errorType': this.dataForm.errorType,
+ 'status': this.dataForm.status,
})
}).then(({data}) => {
if (data && data.code === 0) {