Commit 39006c61 authored by 杨帆's avatar 杨帆

Merge branch 'dev-yf'' into 'develop'

Dev yf'

See merge request !34
parents 54742ebf fe1d9779
......@@ -375,7 +375,7 @@ export default {
// console.log('this.layout==>>',this.layout)
},
//关闭
close() {
async close() {
this.layoutData.forEach(item => {
if (
typeof item.position == "object" &&
......@@ -391,7 +391,9 @@ export default {
})
.then(() => {
this.confim();
history.go(-1);
setTimeout(() => {
history.go(-1);
}, 500);
// on confirm
})
.catch(() => {
......@@ -425,7 +427,7 @@ export default {
item.position = JSON.stringify(item.position);
}
});
console.log("data==>>", data);
console.log("this.$route.params.floorId==>>", this.$route.params.floorId);
postFun(
"/ledger/room/update/batch?floorId=" + this.$route.params.floorId,
data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment