|
@@ -95,7 +95,12 @@
|
|
},
|
|
},
|
|
titleText: '添加科室常见症状',
|
|
titleText: '添加科室常见症状',
|
|
departList: [],
|
|
departList: [],
|
|
- typeList:[],
|
|
|
|
|
|
+ typeList:[
|
|
|
|
+ {
|
|
|
|
+ "name": "症状",
|
|
|
|
+ "key": 1
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
searchVal: '',
|
|
searchVal: '',
|
|
isEdit: false,
|
|
isEdit: false,
|
|
isDetail: false,
|
|
isDetail: false,
|
|
@@ -127,7 +132,7 @@
|
|
|
|
|
|
} else {
|
|
} else {
|
|
this.getDepartmentList()
|
|
this.getDepartmentList()
|
|
- this.getIcssEnumsData()
|
|
|
|
|
|
+ // this.getIcssEnumsData()
|
|
}
|
|
}
|
|
},
|
|
},
|
|
watch: {
|
|
watch: {
|
|
@@ -146,7 +151,6 @@
|
|
getIcssEnumsData() {
|
|
getIcssEnumsData() {
|
|
api.getIcssEnumsData().then((res) => {
|
|
api.getIcssEnumsData().then((res) => {
|
|
if(res.data.code === '0') {
|
|
if(res.data.code === '0') {
|
|
- console.log(res.data.data.questionTypeEnum)
|
|
|
|
this.typeList = res.data.data.questionUsualTypeEnum
|
|
this.typeList = res.data.data.questionUsualTypeEnum
|
|
}
|
|
}
|
|
})
|
|
})
|