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

2

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