|
@@ -284,14 +284,14 @@ export default {
|
|
// 查询列表页面
|
|
// 查询列表页面
|
|
getassessmentApplicationList() {
|
|
getassessmentApplicationList() {
|
|
let that = this
|
|
let that = this
|
|
- let userMes = JSON.parse(window.sessionStorage.getItem('user'))
|
|
|
|
|
|
+ // let userMes = JSON.parse(window.sessionStorage.getItem('user'))
|
|
let params = {
|
|
let params = {
|
|
pageNum: that.page.currentPage,
|
|
pageNum: that.page.currentPage,
|
|
pageSize: that.page.pagesize,
|
|
pageSize: that.page.pagesize,
|
|
orderNumber: that.orderNumber,
|
|
orderNumber: that.orderNumber,
|
|
deptName: that.departNameS,
|
|
deptName: that.departNameS,
|
|
- deptId: userMes.deptId,
|
|
|
|
- // deptId: '',
|
|
|
|
|
|
+ // deptId: userMes.deptId,
|
|
|
|
+ deptId: '',
|
|
annual: that.timeIds ? this.timeIds.substring(0, this.timeIds.indexOf('-'))*1 : null,
|
|
annual: that.timeIds ? this.timeIds.substring(0, this.timeIds.indexOf('-'))*1 : null,
|
|
declarationMonth: that.timeIds ? this.timeIds.substring(this.timeIds.indexOf('-')+1, this.timeIds.length)*1 : null
|
|
declarationMonth: that.timeIds ? this.timeIds.substring(this.timeIds.indexOf('-')+1, this.timeIds.length)*1 : null
|
|
}
|
|
}
|