|
@ -219,7 +219,8 @@ export default { |
|
|
vinNo: '', |
|
|
vinNo: '', |
|
|
createOrgSid: '', |
|
|
createOrgSid: '', |
|
|
orgDeptSid: '', |
|
|
orgDeptSid: '', |
|
|
staffSid: '' |
|
|
staffSid: '', |
|
|
|
|
|
orgSidPath: '' |
|
|
}, |
|
|
}, |
|
|
current: 1, |
|
|
current: 1, |
|
|
size: 5, |
|
|
size: 5, |
|
@ -282,6 +283,7 @@ export default { |
|
|
// 查询列表信息 |
|
|
// 查询列表信息 |
|
|
getList() { |
|
|
getList() { |
|
|
this.listLoading = true |
|
|
this.listLoading = true |
|
|
|
|
|
this.listQuery.params.orgSidPath = window.sessionStorage.getItem('orgSidPath') |
|
|
pagerList(this.listQuery).then((response) => { |
|
|
pagerList(this.listQuery).then((response) => { |
|
|
console.log('列表查询结果:', response) |
|
|
console.log('列表查询结果:', response) |
|
|
this.listLoading = false |
|
|
this.listLoading = false |
|
@ -310,7 +312,8 @@ export default { |
|
|
vinNo: '', |
|
|
vinNo: '', |
|
|
createOrgSid: '', |
|
|
createOrgSid: '', |
|
|
orgDeptSid: '', |
|
|
orgDeptSid: '', |
|
|
staffSid: '' |
|
|
staffSid: '', |
|
|
|
|
|
orgSidPath |
|
|
}, |
|
|
}, |
|
|
current: 1, |
|
|
current: 1, |
|
|
size: 5, |
|
|
size: 5, |
|
|