提交 b1f91dcc 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

Merge branch 'dev-followUp-20190312' of...

Merge branch 'dev-followUp-20190312' of http://192.168.110.53/com.pica.cloud.education.frontend/pica.cloud.web-education-admin into dev-followUp-20190312
......@@ -129,12 +129,12 @@ export const getCheckReservation = (params) => {
description: '发送预约校验',
})
};
export const getReservationPatients = (params) => {
export const getReservationPatients = (data) => {
return fetch({
headers,
url: getFollowUpSC(`/followup/appointmentPatient/accept/`),
method: 'get',
params: params,
url: getFollowUpSC(`/followup/appoint/appointed/count`),
method: 'post',
data: data,
description: '查看预约人数',
})
};
......
......@@ -14,7 +14,7 @@
label-suffix=":"
label-width="120px">
<el-form-item label="变更居民">
<span>{{reservationForm.nickName}}</span>
<span>{{reservationForm.nickname}}</span>
</el-form-item>
<el-form-item label="预约状态" required prop="appointStatus">
<el-radio-group v-model="reservationForm.appointStatus">
......
......@@ -313,7 +313,7 @@
changeReserveClick(row){
// this.needPara = row;
this.needPara = {
nickName: row.nickName,
nickname: row.nickname,
appointmentDate: '',
appointmentRange: '',
planId: row.planId,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册