소스 검색

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 년 전
부모
커밋
cba099d062
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/xt_pages/user/dialysisSolution.vue

+ 1 - 1
src/xt_pages/user/dialysisSolution.vue 파일 보기

@@ -672,7 +672,7 @@
672 672
             <el-form-item label="促红素:">
673 673
               <el-select v-model="addPlan.epo" @change="changeBodyFluid">
674 674
                 <el-option
675
-                        v-for="item in epo"
675
+                        v-for="item in epoOptions"
676 676
                         :label="item.name"
677 677
                         :key="item.id"
678 678
                         :value="item.name"