|
@@ -634,7 +634,9 @@ export default {
|
|
total: 0,
|
|
total: 0,
|
|
getdataListParm: {
|
|
getdataListParm: {
|
|
name: 'getPartapplyWebListNO', page: 1, offset: 1, getTotal: 'total3', pagecount: 50, returntype: 'Map',
|
|
name: 'getPartapplyWebListNO', page: 1, offset: 1, getTotal: 'total3', pagecount: 50, returntype: 'Map',
|
|
- parammaps: {}
|
|
|
|
|
|
+ parammaps: {
|
|
|
|
+ empId: Cookies.get('employeid'),
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
depids: []
|
|
depids: []
|
|
@@ -755,7 +757,7 @@ export default {
|
|
this.pending.getdataListParm.parammaps.menu = this.getdataListParm.parammaps.menu
|
|
this.pending.getdataListParm.parammaps.menu = this.getdataListParm.parammaps.menu
|
|
this.pending.getdataListParm.parammaps.logindeptId = this.getdataListParm.parammaps.logindeptId
|
|
this.pending.getdataListParm.parammaps.logindeptId = this.getdataListParm.parammaps.logindeptId
|
|
this.pending.getdataListParm.parammaps.loginpastureId = this.getdataListParm.parammaps.loginpastureId
|
|
this.pending.getdataListParm.parammaps.loginpastureId = this.getdataListParm.parammaps.loginpastureId
|
|
- this.pending.getdataListParm.parammaps.empId = this.getdataListParm.parammaps.empId
|
|
|
|
|
|
+ this.pending.getdataListParm.parammaps.empId = this.getdataListParm.parammaps.empId || Cookies.get('employeid'),
|
|
this.pending.getdataListParm.parammaps.pastureId =this.getdataListParm.parammaps.pastureId || Cookies.get('pastureid')
|
|
this.pending.getdataListParm.parammaps.pastureId =this.getdataListParm.parammaps.pastureId || Cookies.get('pastureid')
|
|
this.pending.getdataListParm.parammaps.deptId = Cookies.get('departmentid')
|
|
this.pending.getdataListParm.parammaps.deptId = Cookies.get('departmentid')
|
|
GetDataByName(this.pending.getdataListParm).then(response => {
|
|
GetDataByName(this.pending.getdataListParm).then(response => {
|
|
@@ -846,7 +848,8 @@ export default {
|
|
loginpastureId: Cookies.get('pastureid'),
|
|
loginpastureId: Cookies.get('pastureid'),
|
|
empId: Cookies.get('employeid'),
|
|
empId: Cookies.get('employeid'),
|
|
pastureId:this.getdataListParm.parammaps.pastureId || Cookies.get('pastureid'),
|
|
pastureId:this.getdataListParm.parammaps.pastureId || Cookies.get('pastureid'),
|
|
- deptId: Cookies.get('departmentid')
|
|
|
|
|
|
+ deptId: Cookies.get('departmentid'),
|
|
|
|
+ empId: Cookies.get('employeid'),
|
|
}
|
|
}
|
|
this.get_table_data()
|
|
this.get_table_data()
|
|
} else if (this.radioAll === '已处理') {
|
|
} else if (this.radioAll === '已处理') {
|