소스 검색

增加财务字段itemType

lichao 3 년 전
부모
커밋
6dbc0cba4f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/components/fee-info/main.vue

+ 2 - 1
src/components/fee-info/main.vue

@@ -612,7 +612,8 @@ export default {
           })
           let data = {
             billType: type,
-            itemsList : this.selectionList
+            itemsList : this.selectionList,
+            itemType: this.itemType,
           }
           if(type === '申请'){
             this.$confirm("您确定申请付费吗?", "提示", {