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