Explorar el Código

更新 分配单据默认选中第一个港口

王智慧 hace 3 años
padre
commit
8f31c1356b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/voyage/billDetail.vue

+ 1 - 0
src/views/voyage/billDetail.vue

@@ -441,6 +441,7 @@ async function submitDistribute() {
 }
 onMounted(() => {
   discPorts.value = JSON.parse(route.query.discPorts);
+  distributePortId.value = discPorts.value[0].portId;
   getBill();
 });
 </script>