Browse Source

修改问题

liyanyan 1 month ago
parent
commit
f5f4c1addf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/allcase/caseNumber.vue

+ 1 - 1
src/views/allcase/caseNumber.vue

@@ -108,7 +108,7 @@
         </el-table-column>
         <el-table-column prop="AAA28" label="病案号" width="120">
           <template slot-scope="scope">
-            <span class="link"  @click="fuGoto(scope.row  .MED_REC_ID)">
+            <span class="link"  @click="funGoto(scope.row.MED_REC_ID)">
               {{ scope.row.AAA28 }}
             </span>
           </template>