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