@@ -464,7 +464,7 @@ export default {
this.$message.warning('请至少选择一个空间');
return;
}
- this.$refs.unRelateBSP.showDialog();
+ this.$refs.unRelateBSP.showDialog(this.buildFloor);
},
// 取消(所有取消公用)
cancelGraphy() {
@@ -81,7 +81,10 @@ export default {
methods: {
// 显示弹窗
- showDialog() {
+ showDialog(buildFloor) {
+ if (buildFloor) {
+ this.floor = buildFloor;
+ }
this.dialogVisible = true;
this.getTableData();