This commit is contained in:
2024-04-03 16:01:25 +08:00
parent 8a1f8f1330
commit 2dfe71ccce

View File

@ -290,7 +290,6 @@
:visible.sync="open"
width="1000px"
append-to-body
v-if="open"
>
<el-form
ref="form"
@ -1422,8 +1421,8 @@ export default {
this.form.suitTaskTypeIds = response.data.suitTaskTypeIds
this.diseaseTypeName = response.data.diseaseTypeName
// this.form.agencyName = response.data.hospitalAgencyName
this.form.imgPath = response.data.materialsInfoList[0].materialsFilePath
this.querymaterial.materialsType = response.data.materialsInfoList[0].materialsType
this.form.imgPath = response.data.materialsInfoList[0]?.materialsFilePath?response.data.materialsInfoList[0].materialsFilePath:''
this.querymaterial.materialsType = response.data.materialsInfoList[0]?.materialsType?response.data.materialsInfoList[0].materialsType:''
this.open = true;
this.title = "修改患者宣教信息";
});