Commit b8257673 authored by yf's avatar yf

修改房间全部删除后保存报错

parent 82277d36
...@@ -426,7 +426,10 @@ export default { ...@@ -426,7 +426,10 @@ export default {
} }
}); });
console.log("data==>>", data); console.log("data==>>", data);
postFun("/ledger/room/update/batch", data) postFun(
"/ledger/room/update/batch?floorId=" + this.$route.params.floorId,
data
)
.then(res => { .then(res => {
if (res.code == 200) { if (res.code == 200) {
Toast.success("保存成功"); Toast.success("保存成功");
......
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