parent
b4b1f92c9a
commit
4bb288cc16
|
@ -42,7 +42,7 @@
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="备注">
|
<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-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
@ -191,7 +191,7 @@ export default {
|
||||||
that.getmRoomList();
|
that.getmRoomList();
|
||||||
that.getTid();
|
that.getTid();
|
||||||
if(that.type=='add'){
|
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'){
|
if(that.type=='edit'||that.type=='show'){
|
||||||
that.form = that.bookingIitem;
|
that.form = that.bookingIitem;
|
||||||
|
|
Loading…
Reference in New Issue