liusheng
2023-05-08 e824586698c810e45ecf334b29a275e558bc0d5f
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;
      });
    },