get
This commit is contained in:
@@ -218,8 +218,8 @@
|
|||||||
this.dataListLoading = true
|
this.dataListLoading = true
|
||||||
this.$http({
|
this.$http({
|
||||||
url: this.$http.adornUrl('/tickets/tickets/listType'),
|
url: this.$http.adornUrl('/tickets/tickets/listType'),
|
||||||
method: 'post',
|
method: 'get',
|
||||||
params: this.$http.adornData({
|
params: this.$http.adornParams({
|
||||||
'type': 3,
|
'type': 3,
|
||||||
'page': this.pageIndex,
|
'page': this.pageIndex,
|
||||||
'limit': this.pageSize,
|
'limit': this.pageSize,
|
||||||
|
|||||||
@@ -217,8 +217,8 @@
|
|||||||
this.dataListLoading = true
|
this.dataListLoading = true
|
||||||
this.$http({
|
this.$http({
|
||||||
url: this.$http.adornUrl('/tickets/tickets/listType'),
|
url: this.$http.adornUrl('/tickets/tickets/listType'),
|
||||||
method: 'post',
|
method: 'get',
|
||||||
params: this.$http.adornData({
|
params: this.$http.adornParams({
|
||||||
'type': 1,
|
'type': 1,
|
||||||
'page': this.pageIndex,
|
'page': this.pageIndex,
|
||||||
'limit': this.pageSize,
|
'limit': this.pageSize,
|
||||||
|
|||||||
@@ -217,8 +217,8 @@
|
|||||||
this.dataListLoading = true
|
this.dataListLoading = true
|
||||||
this.$http({
|
this.$http({
|
||||||
url: this.$http.adornUrl('/tickets/tickets/listType'),
|
url: this.$http.adornUrl('/tickets/tickets/listType'),
|
||||||
method: 'post',
|
method: 'get',
|
||||||
params: this.$http.adornData({
|
params: this.$http.adornParams({
|
||||||
'type': 2,
|
'type': 2,
|
||||||
'page': this.pageIndex,
|
'page': this.pageIndex,
|
||||||
'limit': this.pageSize,
|
'limit': this.pageSize,
|
||||||
|
|||||||
Reference in New Issue
Block a user