admin_chrg 등록

This commit is contained in:
2023-03-24 17:28:43 +09:00
parent 6fa5c4d20b
commit 01a265c17d
12 changed files with 199 additions and 108 deletions

View File

@@ -330,7 +330,7 @@ export default {
this.endDate = initEndDate;
},
insertChrg() {
insertChrg () {
this.$refs.insertChrgModal.insertChrgOpen();
}
}