Revert "fix:问题修正" 回退到 10-11 日最后一次提交

This reverts commit 8722d6de5d.
This commit is contained in:
zty 2025-10-15 13:40:21 +08:00
parent b4b1f92c9a
commit 4bb288cc16
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
</el-col>
<el-col :span="12">
<el-form-item label="备注">
<el-input v-model="form.note" clearable placeholder="备注"></el-input>
<el-input v-model="form.title" clearable placeholder="备注"></el-input>
</el-form-item>
</el-col>
</el-row>
@ -191,7 +191,7 @@ export default {
that.getmRoomList();
that.getTid();
if(that.type=='add'){
that.form.belong_dept = that.$TOOL.data.get("USER_INFO").belong_dept;
that.form.belong_dept = that.$TOOL.data.get("USER_INFO").dept_id;
}
if(that.type=='edit'||that.type=='show'){
that.form = that.bookingIitem;