|
@@ -133,7 +133,7 @@ export default {
|
|
this.getModuleTypeList().then(res =>{
|
|
this.getModuleTypeList().then(res =>{
|
|
this.form.moduleType = data.recordModuleId
|
|
this.form.moduleType = data.recordModuleId
|
|
this.form.example = this.moduleTypeList.find(item => item.id == this.form.moduleType).behospitalCodes
|
|
this.form.example = this.moduleTypeList.find(item => item.id == this.form.moduleType).behospitalCodes
|
|
- })
|
|
|
|
|
|
+ })
|
|
}
|
|
}
|
|
if(isCopy){
|
|
if(isCopy){
|
|
this.isEdit = isEdit;
|
|
this.isEdit = isEdit;
|
|
@@ -141,10 +141,8 @@ export default {
|
|
this.form.tempName = ""
|
|
this.form.tempName = ""
|
|
this.form.moduleType=""
|
|
this.form.moduleType=""
|
|
this.form.example=""
|
|
this.form.example=""
|
|
|
|
+ this.getModuleTypeList()
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
- console.log( ' this.form',this.form)
|
|
|
|
const moduleDetail = data.moduleDetail
|
|
const moduleDetail = data.moduleDetail
|
|
const keysList = Object.keys(moduleDetail)
|
|
const keysList = Object.keys(moduleDetail)
|
|
for(let i = 0; i < keysList.length; i++){
|
|
for(let i = 0; i < keysList.length; i++){
|