修改
This commit is contained in:
parent
13fbf65511
commit
ae51ed7c0b
@ -13,7 +13,6 @@
|
||||
ref="formlist"
|
||||
:model="formlist"
|
||||
label-width="110px"
|
||||
:rules="rulesphone"
|
||||
>
|
||||
<el-form-item label="电话" prop="patientPhone">
|
||||
<el-input
|
||||
@ -282,7 +281,7 @@
|
||||
:inline="true"
|
||||
class="demo-form-inline"
|
||||
:model="formlist"
|
||||
:rules="rules"
|
||||
:rules="rulesphone"
|
||||
ref="formlist"
|
||||
v-if="$route.query.taskNodeType == 'PHONE_OUTBOUND'"
|
||||
>
|
||||
@ -672,7 +671,6 @@ export default {
|
||||
(this.form.routeHandleRemark = this.formlist.routeHandleRemark);
|
||||
this.form.phoneConnectStatus = this.formlist.phoneConnectStatus;
|
||||
this.form.visitRecordId = this.$route.query.visitRecordId;
|
||||
|
||||
this.form.phoneDialMethod = this.formlist.phoneDialMethod
|
||||
this.form.phoneMessageTemplateCode = this.formlist.phoneMessageTemplateCode
|
||||
this.form.phoneMessageTemplateContent = this.formlist.phoneMessageTemplateContent
|
||||
@ -680,7 +678,7 @@ export default {
|
||||
this.form.patientPhone = this.formlist.patientPhone
|
||||
var formlists = JSON.parse(JSON.stringify(this.form));
|
||||
console.log(formlists)
|
||||
// return;
|
||||
return;
|
||||
addPatientQuestionResult(formlists).then((response) => {
|
||||
this.$confirm("保存成功, 是否返回上一页?", "提示", {
|
||||
confirmButtonText: "确定",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user