Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
06f027d57b
@ -873,6 +873,9 @@ export default {
|
|||||||
this.diseaseTypeName = response.data.diseaseTypeName
|
this.diseaseTypeName = response.data.diseaseTypeName
|
||||||
this.departmentName = response.data.departmentName
|
this.departmentName = response.data.departmentName
|
||||||
this.form.suitTaskTypeIds = response.data.suitTaskTypeIds
|
this.form.suitTaskTypeIds = response.data.suitTaskTypeIds
|
||||||
|
if(!this.form.textMessageSort){
|
||||||
|
this.form.textMessageSort=undefined
|
||||||
|
}
|
||||||
this.open = true;
|
this.open = true;
|
||||||
this.title = "修改短信模板信息";
|
this.title = "修改短信模板信息";
|
||||||
});
|
});
|
||||||
|
|||||||
@ -981,6 +981,9 @@ export default {
|
|||||||
this.form = response.data;
|
this.form = response.data;
|
||||||
this.diseaseTypeName = response.data.diseaseTypeName
|
this.diseaseTypeName = response.data.diseaseTypeName
|
||||||
this.departmentName = response.data.departmentName
|
this.departmentName = response.data.departmentName
|
||||||
|
if(!this.form.scriptSort){
|
||||||
|
this.form.scriptSort=undefined
|
||||||
|
}
|
||||||
this.open = true;
|
this.open = true;
|
||||||
this.title = "修改话术信息";
|
this.title = "修改话术信息";
|
||||||
});
|
});
|
||||||
|
|||||||
@ -790,6 +790,9 @@ export default {
|
|||||||
this.form.suitTaskTypeIds = response.data.suitTaskTypeIds
|
this.form.suitTaskTypeIds = response.data.suitTaskTypeIds
|
||||||
this.diseaseTypeName = response.data.diseaseTypeName
|
this.diseaseTypeName = response.data.diseaseTypeName
|
||||||
this.departmentName = response.data.departmentName
|
this.departmentName = response.data.departmentName
|
||||||
|
if(!this.form.templateSort){
|
||||||
|
this.form.templateSort=undefined
|
||||||
|
}
|
||||||
this.open = true;
|
this.open = true;
|
||||||
this.title = "修改信息";
|
this.title = "修改信息";
|
||||||
});
|
});
|
||||||
|
|||||||
@ -571,6 +571,9 @@ export default {
|
|||||||
getOperationInfo(id).then(response => {
|
getOperationInfo(id).then(response => {
|
||||||
this.form = response.data;
|
this.form = response.data;
|
||||||
this.departmentName = response.data.departmentName;
|
this.departmentName = response.data.departmentName;
|
||||||
|
if(!this.form.sort){
|
||||||
|
this.form.sort=undefined
|
||||||
|
}
|
||||||
this.open = true;
|
this.open = true;
|
||||||
this.title = "修改手术信息";
|
this.title = "修改手术信息";
|
||||||
if (this.title == "修改手术信息") {
|
if (this.title == "修改手术信息") {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user