|
@@ -123,10 +123,11 @@ export default {
|
|
|
this.loading = true
|
|
this.loading = true
|
|
|
this.searchForm.like = this.like
|
|
this.searchForm.like = this.like
|
|
|
this.searchForm.officeId = this.officeId
|
|
this.searchForm.officeId = this.officeId
|
|
|
- let apiName = "bxListByClCz"
|
|
|
|
|
- if (this.rowIndex == 0) {
|
|
|
|
|
- apiName = "bxList"
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // let apiName = "bxListByClCz"
|
|
|
|
|
+ let apiName = "bxList"
|
|
|
|
|
+ // if (this.rowIndex == 0) {
|
|
|
|
|
+ // apiName = "bxList"
|
|
|
|
|
+ // }
|
|
|
this.reimbursementApprovalTypeService[apiName]({ ...this.searchForm }).then((data) => {
|
|
this.reimbursementApprovalTypeService[apiName]({ ...this.searchForm }).then((data) => {
|
|
|
let newList = this.filterBusinessProjectNodes(data)
|
|
let newList = this.filterBusinessProjectNodes(data)
|
|
|
this.dataList = newList
|
|
this.dataList = newList
|