Commit c4feea49 authored by songrui's avatar songrui

随访方案 修改

parent 0b04b915
...@@ -55,7 +55,7 @@ export default { ...@@ -55,7 +55,7 @@ export default {
if (!token) { if (!token) {
token = sessionStorage.getItem('token') token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
token = '9156ef22-32c5-4216-afea-11b42684d76b' token = '0e47db8c-e9a7-4de9-9d8f-32b3ee256bad'
} }
} }
if (token) { if (token) {
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
</div> --> </div> -->
</div> </div>
</div> </div>
<div v-for="item in treatmentRecord" :key="item.id" <div v-for="item in followUpRecord" :key="item.id"
class="card-back-3 mb-3"> class="card-back-3 mb-3">
<div class="title px-4 py-1">随访方案</div> <div class="title px-4 py-1">随访方案</div>
<div class="flex flex-col gap-y-2.5 py-3 px-4 doc-list-card"> <div class="flex flex-col gap-y-2.5 py-3 px-4 doc-list-card">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment