|
@@ -425,6 +425,16 @@ export default {
|
|
|
getByFloor(params).then((res) => {
|
|
|
this.floorList = res.data;
|
|
|
});
|
|
|
+ let params1 = {
|
|
|
+ endDate: timeDate(new Date().getTime()),
|
|
|
+ floorId: this.schoolId,
|
|
|
+ type: 1
|
|
|
+ }
|
|
|
+ getFodder(params1).then(res => {
|
|
|
+ if(res.code === 10000) {
|
|
|
+ this.setFodder(res.data)
|
|
|
+ }
|
|
|
+ })
|
|
|
},
|
|
|
handFloor(val) {
|
|
|
this.unitList= [];
|