mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
af40611baa
commit
c945ef5835
@ -104,7 +104,8 @@ export function finishRepair(_that){
|
||||
"photos":[],
|
||||
"repairObjType":_that.repairObjType,
|
||||
"userId":_that.userId,
|
||||
"userName":_that.userName
|
||||
"userName":_that.userName,
|
||||
"storeId":_that.storeId
|
||||
}
|
||||
let _photos = _that.photos;
|
||||
_photos.forEach(function(_item) {
|
||||
|
||||
@ -103,7 +103,8 @@
|
||||
}
|
||||
],
|
||||
feeIndex: 0,
|
||||
repairObjType: ''
|
||||
repairObjType: '',
|
||||
storeId:''
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
@ -113,6 +114,7 @@
|
||||
this.repairObjType = options.repairObjType;
|
||||
let _userInfo = this.java110Context.getUserInfo();
|
||||
this.userId = _userInfo.userId;
|
||||
this.storeId = _userInfo.storeId
|
||||
this.userName = _userInfo.userName;
|
||||
if (this.action == 'BACK') {
|
||||
this.staffId = options.preStaffId
|
||||
|
||||
Loading…
Reference in New Issue
Block a user