EthnaYeh 7 lat temu
rodzic
commit
25b7155146

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

71
       listQuery: {
71
       listQuery: {
72
         page: 1,
72
         page: 1,
73
         limit: 20,
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
       pickerOptions: {
79
       pickerOptions: {
88
         shortcuts: [{
80
         shortcuts: [{
89
           text: '最近一周',
81
           text: '最近一周',

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

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