Commit 586d469a authored by p-wanping.song's avatar p-wanping.song

Merge branch 'develop' of http://git.censoft.com.cn/rongtong/rongtong-app into develop

parents 14b8cb46 91f3834c
......@@ -426,7 +426,10 @@ export default {
}
});
console.log("data==>>", data);
postFun("/ledger/room/update/batch", data)
postFun(
"/ledger/room/update/batch?floorId=" + this.$route.params.floorId,
data
)
.then(res => {
if (res.code == 200) {
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