This commit is contained in:
2024-04-03 16:01:58 +08:00
parent 2dfe71ccce
commit c5415758cc

View File

@ -1421,8 +1421,8 @@ 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.form.agencyName = response.data.hospitalAgencyName // this.form.agencyName = response.data.hospitalAgencyName
this.form.imgPath = response.data.materialsInfoList[0]?.materialsFilePath?response.data.materialsInfoList[0].materialsFilePath:'' this.form.imgPath = response.data.materialsInfoList[0]?.materialsFilePath
this.querymaterial.materialsType = response.data.materialsInfoList[0]?.materialsType?response.data.materialsInfoList[0].materialsType:'' this.querymaterial.materialsType = response.data.materialsInfoList[0]?.materialsType
this.open = true; this.open = true;
this.title = "修改患者宣教信息"; this.title = "修改患者宣教信息";
}); });