Explorar el Código

更新 状态

王智慧 hace 3 años
padre
commit
4b18ab4b92
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/ShipInfo.vue

+ 1 - 0
src/components/ShipInfo.vue

@@ -412,6 +412,7 @@ let shipInfoDisabled = ref(true);
 let cacheInfo = ref({});
 function showUpdate() {
   cacheInfo.value = _.cloneDeep(props.shipInfos[currentIndex.value]);
+  shipInfoDisabled.value = false;
 }
 async function confirmUpdate() {
   let postData = props.shipInfos[currentIndex.value];