mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 18:11:00 +08:00
优化
This commit is contained in:
parent
84c5b779ea
commit
47de10c68a
@ -82,36 +82,9 @@
|
||||
vc.component.appraiseRepairInfo = {
|
||||
repairId: '',
|
||||
repairType: '',
|
||||
staffId: '',
|
||||
staffName: '',
|
||||
context: '',
|
||||
action: '',
|
||||
repairTypeUsers: []
|
||||
context: ''
|
||||
};
|
||||
},
|
||||
_listRepairTypeUsers: function () {
|
||||
|
||||
var param = {
|
||||
params: {
|
||||
page: 1,
|
||||
row: 50,
|
||||
communityId: vc.getCurrentCommunity().communityId,
|
||||
repairType: $that.appraiseRepairInfo.repairType
|
||||
}
|
||||
};
|
||||
|
||||
//发送get请求
|
||||
vc.http.apiGet('repair.listRepairTypeUsers',
|
||||
param,
|
||||
function (json, res) {
|
||||
var _repairTypeUserManageInfo = JSON.parse(json);
|
||||
vc.component.appraiseRepairInfo.repairTypeUsers = _repairTypeUserManageInfo.data;
|
||||
|
||||
}, function (errInfo, error) {
|
||||
console.log('请求失败处理');
|
||||
}
|
||||
);
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user