Commit 8a2b60b1 authored by 罗超's avatar 罗超

2

parent 1883a7c8
......@@ -127,9 +127,10 @@
v-for="(item, index) in saveObj.GuestList"
:key="index"
:label="item.GuestName"
:val="item.AppointId"
:val="item.AppointmentId"
/>
</div>
{{checkStuType2}}
</div>
<div v-else>
{{ saveObj.GuestList.map(e => e.GuestName).toString() }}
......@@ -186,7 +187,6 @@ export default {
message: "操作成功",
position: "top"
});
this.changeDig(false);
this.$emit("success");
}
});
......
......@@ -22,7 +22,7 @@
</q-field>
<!-- 详情显示内容 start-->
<div class="col-12" v-if="editType==2">
<Detail :dateObj="dateObj" :saveObj="saveObj"/>
<Detail :dateObj="dateObj" :saveObj="saveObj" @success="detailSuccessHandle"/>
</div>
<!-- 详情显示内容 end -->
<q-select
......@@ -510,6 +510,10 @@ export default {
} else {
return true;
}
},
detailSuccessHandle(){
this.changeDig(false);
this.$emit("success");
}
}
};
......
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