Kaynağa Gözat

报销类型选择调整

huangguoce 1 gün önce
ebeveyn
işleme
41efa5b4a9

+ 1 - 1
src/views/cw/reimbursementApproval/info/CwReimbursementTypePullForm.vue

@@ -107,7 +107,7 @@ export default {
       this.loading = true
       this.searchForm.like = this.like
       this.searchForm.officeId = this.officeId
-      let apiName = "bxListByClCz"
+      let apiName = "bxList"
       if (this.rowIndex == 0) {
         apiName = "bxList"
       }

+ 4 - 4
src/views/zs/reimbursement/info/CwReimbursementTypePullForm.vue

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

+ 5 - 4
src/views/zs/reimbursement/info/CwReimbursementTypePullFormZs.vue

@@ -123,10 +123,11 @@ export default {
       this.loading = true
       this.searchForm.like = this.like
       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) => {
         let newList = this.filterBusinessProjectNodes(data)
         this.dataList = newList