@@ -286,7 +286,7 @@
searchType: 1,
searchTypeText: '未完成',
searchKeyWord: '',
- contractType: 1,
+ contractType: 2,
goodsType: 1,
startDate: null,
endDate: null,
@@ -1352,7 +1352,7 @@
this.deptBudgetList.personPhone=this.deptBudgetList.personPhone.toString()
}
this.deptBudgetList.compId = this.compId
- this.deptBudgetList.contractType = 1
+ this.deptBudgetList.contractType = 2
this.deptBudgetList.goodsType = 1
addList(this.deptBudgetList)
.toPromise()
@@ -1417,7 +1417,7 @@
if (valid) {
editInfo(this.deptBudgetList)
.then((response) => {