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]]