|
@@ -1090,7 +1090,8 @@ export default {
|
|
// pagecount: 10,
|
|
// pagecount: 10,
|
|
returntype: 'Map',
|
|
returntype: 'Map',
|
|
parammaps: {
|
|
parammaps: {
|
|
- id: Cookies.get('pastureid')
|
|
|
|
|
|
+ id: Cookies.get('pastureid'),
|
|
|
|
+ departmentId:0,
|
|
}
|
|
}
|
|
},
|
|
},
|
|
partData: [],
|
|
partData: [],
|
|
@@ -1278,6 +1279,7 @@ export default {
|
|
change_dept(e){
|
|
change_dept(e){
|
|
console.log(e)
|
|
console.log(e)
|
|
this.getdataListParm1.parammaps.departmentId = e
|
|
this.getdataListParm1.parammaps.departmentId = e
|
|
|
|
+ this.getdataListPart.parammaps.departmentId = e
|
|
this.getList1()
|
|
this.getList1()
|
|
},
|
|
},
|
|
tableSort(column) {
|
|
tableSort(column) {
|