瀏覽代碼

更新 状态

王智慧 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];