fix: 발령시 스탯 표기

This commit is contained in:
2021-12-23 17:19:00 +09:00
parent 6678e87cbf
commit 2c00ad098c
4 changed files with 1 additions and 9 deletions
-2
View File
@@ -65,7 +65,6 @@ export default defineComponent({
const destNationName = ref("");
const selectedColorID = ref(0);
console.log(procRes.nationTypes);
const selectedNationType = ref(Object.values(procRes.nationTypes)[0].type);
async function submit(e: Event) {
@@ -86,7 +85,6 @@ export default defineComponent({
value: nationType.type,
});
}
console.log(nationTypesOption);
return {
available건국: procRes.available건국,
@@ -202,8 +202,6 @@ export default defineComponent({
return Math.floor(value).toLocaleString();
}
console.log(dexFullInfo);
return {
...procRes,
srcArmTypeID,