Commit 91f3834c authored by 杨帆's avatar 杨帆

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

Dev yf'

See merge request !33
parents 14b8cb46 81607492
......@@ -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