修改知识库
This commit is contained in:
parent
e26fb89b32
commit
c456c0e861
@ -873,6 +873,9 @@ export default {
|
||||
this.diseaseTypeName = response.data.diseaseTypeName
|
||||
this.departmentName = response.data.departmentName
|
||||
this.form.suitTaskTypeIds = response.data.suitTaskTypeIds
|
||||
if(!this.form.textMessageSort){
|
||||
this.form.textMessageSort=undefined
|
||||
}
|
||||
this.open = true;
|
||||
this.title = "修改短信模板信息";
|
||||
});
|
||||
|
||||
@ -981,6 +981,9 @@ export default {
|
||||
this.form = response.data;
|
||||
this.diseaseTypeName = response.data.diseaseTypeName
|
||||
this.departmentName = response.data.departmentName
|
||||
if(!this.form.scriptSort){
|
||||
this.form.scriptSort=undefined
|
||||
}
|
||||
this.open = true;
|
||||
this.title = "修改话术信息";
|
||||
});
|
||||
|
||||
@ -790,6 +790,9 @@ export default {
|
||||
this.form.suitTaskTypeIds = response.data.suitTaskTypeIds
|
||||
this.diseaseTypeName = response.data.diseaseTypeName
|
||||
this.departmentName = response.data.departmentName
|
||||
if(!this.form.templateSort){
|
||||
this.form.templateSort=undefined
|
||||
}
|
||||
this.open = true;
|
||||
this.title = "修改信息";
|
||||
});
|
||||
|
||||
@ -571,6 +571,9 @@ export default {
|
||||
getOperationInfo(id).then(response => {
|
||||
this.form = response.data;
|
||||
this.departmentName = response.data.departmentName;
|
||||
if(!this.form.sort){
|
||||
this.form.sort=undefined
|
||||
}
|
||||
this.open = true;
|
||||
this.title = "修改手术信息";
|
||||
if (this.title == "修改手术信息") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user