fix: 발령시 스탯 표기
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user