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