mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 13:56:05 +08:00
优化代码
This commit is contained in:
parent
69dea4c5fd
commit
9c7728fa7e
@ -22,7 +22,7 @@
|
||||
$that.dispatchRepairInfo.action = _repair.action;
|
||||
$that._listRepairTypeUsers();
|
||||
|
||||
if(_repair.hasOwnProperty('action') && _repair.action == 'BACK'){
|
||||
if (_repair.hasOwnProperty('action') && _repair.action == 'BACK') {
|
||||
$that.dispatchRepairInfo.staffId = _repair.preStaffId;
|
||||
$that.dispatchRepairInfo.staffName = _repair.preStaffName;
|
||||
}
|
||||
@ -94,7 +94,7 @@
|
||||
$('#dispatchRepairModel').modal('hide');
|
||||
vc.component.clearDispatchRepairInfo();
|
||||
vc.emit('repairPoolManage', 'listRepairPool', {});
|
||||
vc.emit('repairDispatchManage','listOwnerRepair', {});
|
||||
vc.emit('repairDispatchManage', 'listOwnerRepair', {});
|
||||
|
||||
return;
|
||||
}
|
||||
@ -126,7 +126,8 @@
|
||||
page: 1,
|
||||
row: 50,
|
||||
communityId: vc.getCurrentCommunity().communityId,
|
||||
repairType: $that.dispatchRepairInfo.repairType
|
||||
repairType: $that.dispatchRepairInfo.repairType,
|
||||
state: '9999'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user