Explorar o código

化验公表项查询

zhangxc %!s(int64=6) %!d(string=hai) anos
pai
achega
3bcdeadaef
Modificáronse 1 ficheiros con 8 adicións e 9 borrados
  1. 8 9
      src/components/icss/AddChronicAndIndexRelation.vue

+ 8 - 9
src/components/icss/AddChronicAndIndexRelation.vue

@@ -148,15 +148,14 @@
             
             api.getAllLisConcept(param).then((res)=>{
                if(res.data.code === '0') {
-                   console.log('res.data.data', res.data.data)
-                //    this.indexList = res.data.data
-                    this.indexList =[
-                        {conceptName : '空腹血糖'},
-                        {conceptName : '餐后2小时血糖'},
-                        {conceptName : '随机血糖'},
-                        {conceptName : '糖化血红蛋白'},
-                        {conceptName : '血常规'},
-                    ]
+                   this.indexList = res.data.data
+                    // this.indexList =[
+                    //     {conceptName : '空腹血糖'},
+                    //     {conceptName : '餐后2小时血糖'},
+                    //     {conceptName : '随机血糖'},
+                    //     {conceptName : '糖化血红蛋白'},
+                    //     {conceptName : '血常规'},
+                    // ]
                    if(this.indexList.length > 0){this.$refs['indexList'].style.display='block'}
                 }
             })