提交 2f6b283d 编写于 作者: vino's avatar vino

显示问诊方式

上级 0558ee8f
......@@ -14,7 +14,7 @@
style="width: 100%;">
<el-form-item v-if="bizType == 12" label="问诊方式" prop="diagnoseChannel">
<el-form-item label="问诊方式" prop="diagnoseChannel">
<el-col :span="15">
<el-radio-group v-model="model.diagnoseChannel" size="small" style="line-height: 45px;width: 135%;">
<el-radio :label="1">APP问诊(系统发起问诊)</el-radio>
......@@ -118,23 +118,13 @@ export default {
}
// this.$refs.setForm.validate((valid) => {
// if (valid) {
let req = null;
if (this.bizType == 11) {
req = {
id: this.diagnoseLogId,
bizType: this.bizType,
appointBeginTime: this.rangeTime[0],
appointEndTime: this.rangeTime[1]
}
} else if (this.bizType == 12) {
req = {
let req = {
id: this.diagnoseLogId,
bizType: this.bizType,
diagnoseChannel: this.model.diagnoseChannel,
appointBeginTime: this.rangeTime[0],
appointEndTime: this.rangeTime[1]
}
}
updateDiagnosis(req).then(function (res) {
if (res.code == "000000") {
vm.cancel();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册