优化巡检查询功能

This commit is contained in:
java110 2020-05-05 22:57:18 +08:00
parent bd7cf76402
commit 693ec1b72b
2 changed files with 2 additions and 3 deletions

View File

@ -73,8 +73,7 @@
data: {
communityId: _that.communityId,
page: 1,
row: 100,
taskId: _that.taskId
row: 100
},
success: function(res) {
// TODO

View File

@ -70,7 +70,7 @@
page: 1,
row: 10,
planUserId: _that.userId,
state: '20200405'
},
success: function(res) {
// TODO