fix:问题修正
This commit is contained in:
parent
7f9cd6dbc1
commit
8722d6de5d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue