优化报修结单

This commit is contained in:
905166056 2022-12-08 09:28:15 +08:00
parent f324bf4b15
commit 431b2959fe

View File

@ -220,9 +220,11 @@
title: '请稍候...'
})
let _that = this;
let _userInfo = this.java110Context.getUserInfo();
let _objData = {
communityId: getCurrentCommunity().communityId,
repairId: _item.repairId
repairId: _item.repairId,
userName: _userInfo.userName
};
this.java110Context.request({
url: url.robRepairOrder,