修改
This commit is contained in:
parent
8a1f8f1330
commit
2dfe71ccce
@ -290,7 +290,6 @@
|
|||||||
:visible.sync="open"
|
:visible.sync="open"
|
||||||
width="1000px"
|
width="1000px"
|
||||||
append-to-body
|
append-to-body
|
||||||
v-if="open"
|
|
||||||
>
|
>
|
||||||
<el-form
|
<el-form
|
||||||
ref="form"
|
ref="form"
|
||||||
@ -1422,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
|
this.form.imgPath = response.data.materialsInfoList[0]?.materialsFilePath?response.data.materialsInfoList[0].materialsFilePath:''
|
||||||
this.querymaterial.materialsType = response.data.materialsInfoList[0].materialsType
|
this.querymaterial.materialsType = response.data.materialsInfoList[0]?.materialsType?response.data.materialsInfoList[0].materialsType:''
|
||||||
this.open = true;
|
this.open = true;
|
||||||
this.title = "修改患者宣教信息";
|
this.title = "修改患者宣教信息";
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user