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