no message
This commit is contained in:
@@ -220,7 +220,7 @@
|
|||||||
url: this.$http.adornUrl('/tickets/tickets/listType'),
|
url: this.$http.adornUrl('/tickets/tickets/listType'),
|
||||||
method: 'post',
|
method: 'post',
|
||||||
params: this.$http.adornData({
|
params: this.$http.adornData({
|
||||||
'type': 'FINISH',
|
'type': 3,
|
||||||
'page': this.pageIndex,
|
'page': this.pageIndex,
|
||||||
'limit': this.pageSize,
|
'limit': this.pageSize,
|
||||||
'key': this.dataForm.key
|
'key': this.dataForm.key
|
||||||
|
|||||||
@@ -219,7 +219,7 @@
|
|||||||
url: this.$http.adornUrl('/tickets/tickets/listType'),
|
url: this.$http.adornUrl('/tickets/tickets/listType'),
|
||||||
method: 'post',
|
method: 'post',
|
||||||
params: this.$http.adornData({
|
params: this.$http.adornData({
|
||||||
'type': 'ASSIGN',
|
'type': 1,
|
||||||
'page': this.pageIndex,
|
'page': this.pageIndex,
|
||||||
'limit': this.pageSize,
|
'limit': this.pageSize,
|
||||||
'key': this.dataForm.key
|
'key': this.dataForm.key
|
||||||
|
|||||||
@@ -219,7 +219,7 @@
|
|||||||
url: this.$http.adornUrl('/tickets/tickets/listType'),
|
url: this.$http.adornUrl('/tickets/tickets/listType'),
|
||||||
method: 'post',
|
method: 'post',
|
||||||
params: this.$http.adornData({
|
params: this.$http.adornData({
|
||||||
'type': 'TO_BE_DONE',
|
'type': 2,
|
||||||
'page': this.pageIndex,
|
'page': this.pageIndex,
|
||||||
'limit': this.pageSize,
|
'limit': this.pageSize,
|
||||||
'key': this.dataForm.key
|
'key': this.dataForm.key
|
||||||
|
|||||||
Reference in New Issue
Block a user