From 1f1d4ef71d7d2290893686e54f54bf7ae0a0b4da Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期二, 09 五月 2023 13:55:28 +0800
Subject: [PATCH] 修改了报销单录入
---
src/views/project/fund/expertFeeFundApply/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/project/fund/expertFeeFundApply/index.vue b/src/views/project/fund/expertFeeFundApply/index.vue
index b7c61c9..e130ae0 100644
--- a/src/views/project/fund/expertFeeFundApply/index.vue
+++ b/src/views/project/fund/expertFeeFundApply/index.vue
@@ -1239,7 +1239,7 @@
},
getlistExternalperson() {
listExternalperson().then((res) => {
- console.log("浜哄憳琛細", res.rows);
+ console.log("浜哄憳琛細", res);
this.personlist = res.rows;
});
},
--
Gitblit v1.9.3