修改知识库

This commit is contained in:
shidongli 2024-03-26 14:55:54 +08:00
parent e26fb89b32
commit c456c0e861
4 changed files with 12 additions and 0 deletions

View File

@ -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 = "修改短信模板信息";
});

View File

@ -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 = "修改话术信息";
});

View File

@ -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 = "修改信息";
});

View File

@ -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 == "修改手术信息") {