|
|
@@ -409,7 +409,7 @@ export default {
|
|
|
let currentPage = ref(1);
|
|
|
let term = ref();
|
|
|
let tableData = ref();
|
|
|
- let total = ref();
|
|
|
+ let total = ref(0);
|
|
|
let status = ref(1);
|
|
|
async function getVoyageList() {
|
|
|
tableData.value = [];
|
|
|
@@ -587,7 +587,7 @@ export default {
|
|
|
let shipCurrentPage = ref(1);
|
|
|
let shipOwnerTableData = ref([]);
|
|
|
let shipOwnerCurrentPage = ref(1);
|
|
|
- let shipOwnerTotal = ref();
|
|
|
+ let shipOwnerTotal = ref(0);
|
|
|
|
|
|
async function getShipOwnerListByShipId() {
|
|
|
let res = await api.getShipOwnerListByShipId({
|