misc: 턴선택이 없을 경우 안내
This commit is contained in:
@@ -429,6 +429,11 @@ export default defineComponent({
|
|||||||
turnList.push(turnIdx);
|
turnList.push(turnIdx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(turnList.length == 0){
|
||||||
|
alert('변경을 원하는 턴을 선택해주세요.');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const commandName = this.selectedCommand.value;
|
const commandName = this.selectedCommand.value;
|
||||||
|
|
||||||
if (listReqArgCommand.has(commandName)) {
|
if (listReqArgCommand.has(commandName)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user