mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-06-11 06:07:28 +08:00
优化巡检查询功能
This commit is contained in:
parent
bd7cf76402
commit
693ec1b72b
@ -73,8 +73,7 @@
|
|||||||
data: {
|
data: {
|
||||||
communityId: _that.communityId,
|
communityId: _that.communityId,
|
||||||
page: 1,
|
page: 1,
|
||||||
row: 100,
|
row: 100
|
||||||
taskId: _that.taskId
|
|
||||||
},
|
},
|
||||||
success: function(res) {
|
success: function(res) {
|
||||||
// TODO 判断
|
// TODO 判断
|
||||||
|
|||||||
@ -70,7 +70,7 @@
|
|||||||
page: 1,
|
page: 1,
|
||||||
row: 10,
|
row: 10,
|
||||||
planUserId: _that.userId,
|
planUserId: _that.userId,
|
||||||
state: '20200405'
|
|
||||||
},
|
},
|
||||||
success: function(res) {
|
success: function(res) {
|
||||||
// TODO 判断
|
// TODO 判断
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user