diff --git a/src/api/hsyf.js b/src/api/hsyf.js index 66fdd5b..85ce401 100644 --- a/src/api/hsyf.js +++ b/src/api/hsyf.js @@ -166,6 +166,15 @@ export function icpartyinventoryPage (params) { params }) } + +// 获取党员 +export function partyMemberNameListByGroup (params) { + return request({ + url: '/api/gov/org/house/yifengScreen/partyMemberNameListByGroup', + method: 'GET', + params + }) +} // 获取包联房屋 export function houseListByGroup (data) { return request({ diff --git a/src/views/iframe/dyzxh.vue b/src/views/iframe/dyzxh.vue index 4a44bce..b495e92 100644 --- a/src/views/iframe/dyzxh.vue +++ b/src/views/iframe/dyzxh.vue @@ -3,7 +3,7 @@
- +
{{ dialogTitle }}
@@ -78,16 +78,22 @@ pageNo:{ type:Number, default:1 + }, + partyName:{ + type:String, + default:'' } }, created () { - this.partyName = this.$route.query.partyName; this.houseListByGroup() }, methods: { handleClickHouse(item){ this.$emit('handleClickHouse', item) }, + handelClosePart(){ + this.$emit('handelClosePart') + }, pageCurrentHandle(val) { this.pageNo = val; // this.$emit('handelClickPageNo',val) diff --git a/src/views/iframe/dyzxh1.vue b/src/views/iframe/dyzxh1.vue new file mode 100644 index 0000000..f06bb04 --- /dev/null +++ b/src/views/iframe/dyzxh1.vue @@ -0,0 +1,338 @@ + + + + + + \ No newline at end of file diff --git a/src/views/iframe/index.vue b/src/views/iframe/index.vue index 188aa37..2200089 100644 --- a/src/views/iframe/index.vue +++ b/src/views/iframe/index.vue @@ -1,12 +1,16 @@