|
|
@ -193,7 +193,8 @@ export default { |
|
|
|
manSid: '', |
|
|
|
orgDeptSid: '', |
|
|
|
orgPriceEndDate: '', |
|
|
|
orgPriceStartDate: '' |
|
|
|
orgPriceStartDate: '', |
|
|
|
orgSidPath: '' |
|
|
|
}, |
|
|
|
current: 1, |
|
|
|
size: 10, |
|
|
@ -269,6 +270,7 @@ export default { |
|
|
|
// 查询列表信息 |
|
|
|
getList() { |
|
|
|
this.listLoading = true |
|
|
|
this.listQuery.params.orgSidPath = window.sessionStorage.getItem('defaultOrgPath') |
|
|
|
req.listPage(this.listQuery).then((response) => { |
|
|
|
this.listLoading = false |
|
|
|
if (response.success) { |
|
|
@ -295,7 +297,8 @@ export default { |
|
|
|
manSid: '', |
|
|
|
orgDeptSid: '', |
|
|
|
orgPriceEndDate: '', |
|
|
|
orgPriceStartDate: '' |
|
|
|
orgPriceStartDate: '', |
|
|
|
orgSidPath: '' |
|
|
|
}, |
|
|
|
current: 1, |
|
|
|
size: 10, |
|
|
|