fix:问题修正

This commit is contained in:
shijing 2025-10-11 15:05:39 +08:00
parent 7f9cd6dbc1
commit 8722d6de5d
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.title" clearable placeholder="备注"></el-input>
<el-input v-model="form.note" clearable placeholder="备注"></el-input>
</el-form-item>
</el-col>
</el-row>
@ -190,7 +190,7 @@ export default {
that.getmRoomList();
that.getTid();
if(that.type=='add'){
that.form.belong_dept = that.$TOOL.data.get("USER_INFO").dept_id;
that.form.belong_dept = that.$TOOL.data.get("USER_INFO").belong_dept;
}
if(that.type=='edit'||that.type=='show'){
that.form = that.bookingIitem;