提交 5a3b4628 编写于 作者: qian.jie's avatar qian.jie

添加字段

上级 71ebcb69
......@@ -276,6 +276,7 @@
const params = {
doctorId: this.formData.receptionId,
weekDay: chooseTime,
diagnoseLogId: this.diagnoseLogId,
};
getLeisureTime(params).then((res) => {
if (res.code == '000000') {
......
......@@ -182,6 +182,7 @@
const params = {
departmentId: this.departmentId,
weekDay: time ? time : this.chooseTime,
diagnoseLogId: this.diagnoseLogId,
};
getLeisureTime(params).then((res) => {
if (res.code == '000000') {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册