mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化报修结单
This commit is contained in:
parent
f324bf4b15
commit
431b2959fe
@ -220,9 +220,11 @@
|
|||||||
title: '请稍候...'
|
title: '请稍候...'
|
||||||
})
|
})
|
||||||
let _that = this;
|
let _that = this;
|
||||||
|
let _userInfo = this.java110Context.getUserInfo();
|
||||||
let _objData = {
|
let _objData = {
|
||||||
communityId: getCurrentCommunity().communityId,
|
communityId: getCurrentCommunity().communityId,
|
||||||
repairId: _item.repairId
|
repairId: _item.repairId,
|
||||||
|
userName: _userInfo.userName
|
||||||
};
|
};
|
||||||
this.java110Context.request({
|
this.java110Context.request({
|
||||||
url: url.robRepairOrder,
|
url: url.robRepairOrder,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user