mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 10:19:36 +08:00
参数名称修改
This commit is contained in:
parent
52597044c2
commit
62eb1e8007
@ -362,11 +362,11 @@ export default {
|
|||||||
this.loadData = res.rows
|
this.loadData = res.rows
|
||||||
})
|
})
|
||||||
} else if (this.$route.query.floorId != null) {
|
} else if (this.$route.query.floorId != null) {
|
||||||
oneFloorList({ floorId: this.$route.query.floorId }).then(res => {
|
oneFloorList({ floorerId: this.$route.query.floorId }).then(res => {
|
||||||
this.loadData = res.rows
|
this.loadData = res.rows
|
||||||
})
|
})
|
||||||
} else if (this.$route.query.floorCreateId != null) {
|
} else if (this.$route.query.floorCreateId != null) {
|
||||||
oneFloorCreateList({ floorId: this.$route.query.floorCreateId }).then(res => {
|
oneFloorCreateList({ floorerId: this.$route.query.floorCreateId }).then(res => {
|
||||||
this.loadData = res.rows
|
this.loadData = res.rows
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user