@@ -235,7 +235,7 @@ export default {
},
});
} else {
- this.$message.error(res.message);
+ this.$message.info(res.message);
}
// 关闭创建弹窗回调(重置创建信息)
@@ -46,6 +46,7 @@ export default {
id: this.data.id,
graphId: this.data.graphId,
name: newName,
+ floorId: this.data.floorId
],
projection: ["name"],