|
@@ -654,7 +654,7 @@ import {
|
|
|
getDept,
|
|
|
treeselect,
|
|
|
} from "@/api/peopleManage/people";
|
|
|
-import { getXiangQi } from "@/api/grassrootsregistration/bdglmeeting";
|
|
|
+// import { getXiangQi } from "@/api/grassrootsregistration/bdglmeeting";
|
|
|
|
|
|
export default {
|
|
|
name: "People",
|
|
@@ -975,10 +975,10 @@ export default {
|
|
|
// 查询人员名册
|
|
|
xiangQi(id) {
|
|
|
// console.log(id);
|
|
|
- getXiangQi(id).then((res) => {
|
|
|
- // console.log(res.data[0]);
|
|
|
- this.renshu=res.data[0]
|
|
|
- });
|
|
|
+ // getXiangQi(id).then((res) => {
|
|
|
+ // // console.log(res.data[0]);
|
|
|
+ // this.renshu=res.data[0]
|
|
|
+ // });
|
|
|
},
|
|
|
/** 查询人员管理列表 */
|
|
|
getList() {
|