소스 검색

调整费用类型的问题

Lijy 1 년 전
부모
커밋
bd78aeb280
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      fhKeeper/formulahousekeeper/timesheet/src/views/expense/expense.vue

+ 3 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/expense/expense.vue

@@ -2060,8 +2060,10 @@ export default {
       },
         res => {
           if (res.code == "ok") {
-            this
+            // this
+            console.log(res, '<=== 详情数据')
             // this.ParticularsList = res.data
+            this.expenseMainTypeValue = res.data.type
             var s = []
             // var b = []
             for (var i in res.data.invoiceList) {