@ -253,7 +253,7 @@
>
<el-table
class="table"
:data="tripList"
:data="vaccineList"
border
height="400"
:header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }"
@ -605,7 +605,7 @@ export default {
const { data, code, msg } = await requestPost(url, params);
if (code === 0) {
const { natList, tripList } = data;
const { natList, tripList, vaccineList } = data;
this.natList = natList;
this.tripList = tripList;