|
@@ -174,7 +174,7 @@ import OutHospitalRecord from './components/OutHospitalRecord.vue'
|
|
|
import CaseQualityBox from './components/CaseQualityBox2.vue'
|
|
|
import DeathText from './components/DeathText.vue'
|
|
|
import CreateControlResultDialogVue from './components/CreateControlResultDialog.vue'
|
|
|
-import { getCaseQuality, getCasePlatform, getAllCase, getLong, getTemporary, getPacsData, getBcData, getHomeData, getSurgeryData, getBlInfo } from '@/api/qc'
|
|
|
+import { getTreeList,getBlMenuList,getCaseQuality, getCasePlatform, getAllCase, getLong, getTemporary, getPacsData, getBcData, getHomeData, getSurgeryData, getBlInfo } from '@/api/qc'
|
|
|
import { getCaseExamineAppeal } from '@/api/admin'
|
|
|
import { getToken, removeToken } from '@/utils/auth'
|
|
|
|
|
@@ -324,6 +324,7 @@ export default {
|
|
|
this.funQuery()
|
|
|
this.getCaseQualityResults()
|
|
|
}
|
|
|
+ this.getTree()
|
|
|
},
|
|
|
|
|
|
methods: {
|
|
@@ -356,8 +357,8 @@ export default {
|
|
|
console.log(e)
|
|
|
let that = this;
|
|
|
that.appealInfo = e;
|
|
|
- that.alertForm.case_document = e.case_document?e.case_document:'';
|
|
|
- that.alertForm.case_docter = e.case_docter?e.case_docter:'';
|
|
|
+ that.alertForm.case_document = localStorage.getItem('KSMC');
|
|
|
+ that.alertForm.case_docter = localStorage.getItem('realname');
|
|
|
if(e.status == 1){
|
|
|
// 通过
|
|
|
that.editSubmit();
|
|
@@ -461,6 +462,18 @@ export default {
|
|
|
this.is_active_blbh = this.mainHomeData.MED_REC_ID
|
|
|
})
|
|
|
},
|
|
|
+ getTree() {
|
|
|
+ const that = this
|
|
|
+ const pramse = {
|
|
|
+ id: this.valData
|
|
|
+ }
|
|
|
+ getTreeList(pramse).then(res => {
|
|
|
+ that.treeList = res.data
|
|
|
+ // const { p } = res
|
|
|
+ // 初始化blbh
|
|
|
+ // that.is_active_blbh = p[0].blbh
|
|
|
+ })
|
|
|
+ },
|
|
|
clickTree(b, n, item) {
|
|
|
if (item) {
|
|
|
if (item.blbh) {
|