@@ -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>