修改
This commit is contained in:
parent
2dfe71ccce
commit
c5415758cc
@ -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 = "修改患者宣教信息";
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user