Commit 66c56726 authored by 小费同学阿's avatar 小费同学阿 💬

Merge remote-tracking branch 'origin/master'

parents 834ffce8 93e0c3bb
......@@ -7,7 +7,7 @@
font-family: Microsoft YaHei-Bold, Microsoft YaHei,serif;
font-weight: bold;
color: #333333;"
>立即预约</span>·
>立即预约</span>
</div>
<el-form ref="form" :model="checkDetail" label-width="5.3rem">
<div class="title-paragraph">
......
......@@ -784,6 +784,12 @@ export default {
console.log('我就是为了看预约挂号传值!!!!', temp)
submitPrescribing(temp).then(res => {
console.log('看见了吗!!!!', res)
if (res.code === 204) {
this.$notify.error({
title: '错误',
message: '当日ICU病房已满'
})
}
this.$message.success('操作成功')
this.$emit('prescrib-close')
})
......
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