|
@@ -330,13 +330,15 @@ export default {
|
|
|
});
|
|
|
bus.$on("saveMsgItem", () => {
|
|
|
const Elements = this.scene.saveMsgItem();
|
|
|
+ const Seq = Number(this.urlMsg.seq);
|
|
|
const data = {
|
|
|
Elements,
|
|
|
Name: this.appName, // 名称
|
|
|
- categoryId: this.urlMsg.categoryId,
|
|
|
+ CategoryId: this.urlMsg.categoryId,
|
|
|
ProjectID: this.urlMsg.projectId, // 项目ID
|
|
|
BuildingID: this.urlMsg.BuildingID, // 建筑ID
|
|
|
- FloorID: this.urlMsg.FloorID // 楼层id
|
|
|
+ FloorID: this.urlMsg.FloorID, // 楼层id
|
|
|
+ Seq // 楼层id
|
|
|
};
|
|
|
Message({
|
|
|
message: "保存中,切勿关闭窗口!",
|