|
@@ -232,7 +232,7 @@ export default {
|
|
|
async function getVoyageList() {
|
|
async function getVoyageList() {
|
|
|
tableData.value = [];
|
|
tableData.value = [];
|
|
|
let res = await api.getVoyageList({
|
|
let res = await api.getVoyageList({
|
|
|
- cargoOwnerId: 0,
|
|
|
|
|
|
|
+ cargoOwnerId: localStorage.userId,
|
|
|
shipId: 0,
|
|
shipId: 0,
|
|
|
status: status.value,
|
|
status: status.value,
|
|
|
term: term.value,
|
|
term: term.value,
|
|
@@ -420,7 +420,7 @@ export default {
|
|
|
};
|
|
};
|
|
|
</script>
|
|
</script>
|
|
|
<style scoped>
|
|
<style scoped>
|
|
|
-.seach-btn {
|
|
|
|
|
|
|
+.search-btn {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
width: 60px;
|
|
width: 60px;
|
|
|
height: 32px;
|
|
height: 32px;
|