Pārlūkot izejas kodu

调整费用类型的问题

Lijy 1 gadu atpakaļ
vecāks
revīzija
bd78aeb280

+ 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) {