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