|
@@ -1762,7 +1762,7 @@ export default {
|
|
this.deptBudgetList.inOutFlag = 2
|
|
this.deptBudgetList.inOutFlag = 2
|
|
this.deptBudgetList.statusFlag = 1
|
|
this.deptBudgetList.statusFlag = 1
|
|
let _data = JSON.parse(sessionStorage.getItem('winseaview-userInfo'))
|
|
let _data = JSON.parse(sessionStorage.getItem('winseaview-userInfo'))
|
|
- this.dataList.backOffice = _data.content.showCompName+'-' +_data.content.staffName
|
|
|
|
|
|
+ this.deptBudgetList.backOffice = _data.content.showCompName+'-' +_data.content.staffName
|
|
addstorageputList(this.deptBudgetList)
|
|
addstorageputList(this.deptBudgetList)
|
|
.toPromise()
|
|
.toPromise()
|
|
.then((response) => {
|
|
.then((response) => {
|