gjy 3 년 전
부모
커밋
5c6dad5604
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/taskManagement/tranManagementTransportAdd.vue

+ 2 - 0
src/views/taskManagement/tranManagementTransportAdd.vue

@@ -1016,6 +1016,7 @@ export default {
               if (valid) {
                 this.deptBudgetList.compId =
                   sessionStorage.getItem('ws-pf_compId')
+                  console.log()
                 this.deptBudgetList.tranType = this.checkList.toString()
                 this.deptBudgetList.startPrivate =
                   CodeToText[this.selectedOptions[0]]
@@ -1115,6 +1116,7 @@ export default {
               if (valid) {
                 this.deptBudgetList.compId =
                   sessionStorage.getItem('ws-pf_compId')
+                  console.log(this.checkList.toString())
                 this.deptBudgetList.tranType = this.checkList.toString()
                 this.deptBudgetList.startPrivate =
                   CodeToText[this.selectedOptions[0]]