no message

This commit is contained in:
2025-08-21 15:17:49 +08:00
parent 963744c321
commit 1307ac3e75
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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