EthnaYeh 7 gadi atpakaļ
vecāks
revīzija
25b7155146

+ 4 - 12
src/views/gambleGameBucket/index.vue

@@ -71,19 +71,11 @@ export default {
71 71
       listQuery: {
72 72
         page: 1,
73 73
         limit: 20,
74
-        importance: '',
75
-        title: '',
76
-        type: '',
77
-        chipsSort: '',
78
-        updatedSort: ''
79
-      },
80
-      temp: {
81
-        id: '',
82
-        importance: 1,
83
-        name: '',
84
-        chips: '',
85
-        depositChips: ''
74
+        startAt: null,
75
+        endAt: null,
76
+        bookie: null
86 77
       },
78
+      temp: {},
87 79
       pickerOptions: {
88 80
         shortcuts: [{
89 81
           text: '最近一周',

+ 0 - 4
src/views/gambleMember/index.vue

@@ -97,15 +97,11 @@ export default {
97 97
       listQuery: {
98 98
         page: 1,
99 99
         limit: 20,
100
-        importance: '',
101
-        title: '',
102
-        type: '',
103 100
         chipsSort: '',
104 101
         updatedSort: ''
105 102
       },
106 103
       temp: {
107 104
         id: '',
108
-        importance: 1,
109 105
         name: '',
110 106
         chips: '',
111 107
         depositChips: ''