Commit 1883a7c8 authored by 罗超's avatar 罗超

2

parent cebd6f20
......@@ -127,7 +127,7 @@
v-for="(item, index) in saveObj.GuestList"
:key="index"
:label="item.GuestName"
:val="item.StuId"
:val="item.AppointId"
/>
</div>
</div>
......@@ -178,7 +178,7 @@ export default {
const msg = {
Date: this.dateObj.date,
TeacherId: this.saveObj.Tid,
StuIds: this.checkStuType2.toString()
AppointIds : this.checkStuType2.toString()
};
CancelAppointment(msg).then(res => {
if (res.Code == 1) {
......
......@@ -24,7 +24,6 @@
<div class="col-12" v-if="editType==2">
<Detail :dateObj="dateObj" :saveObj="saveObj"/>
</div>
<!-- 详情显示内容 end -->
<q-select
filled
......
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