소스 검색

更新 状态

王智慧 3 년 전
부모
커밋
4b18ab4b92
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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];