diff --git a/src/views/modules/communityParty/partyBuilding/activitys.vue b/src/views/modules/communityParty/partyBuilding/activitys.vue index 1333b29..4475c8c 100644 --- a/src/views/modules/communityParty/partyBuilding/activitys.vue +++ b/src/views/modules/communityParty/partyBuilding/activitys.vue @@ -64,36 +64,63 @@ > - + + + + @@ -101,8 +128,8 @@ label="操作" fixed="right" width="140" - header-align="center" - align="center" + header-align="left" + align="left" class="operate" > -
+
@@ -159,6 +186,7 @@ ref="ref_form" :unitList="unitList" :gridList="gridList" + :tableData="tableData" @dialogCancle="addFormCancle" @dialogOk="addFormOk" > @@ -257,8 +285,9 @@ export default { async loadTable() { this.tableLoading = true; - const url = "/resi/partymember/icpartyplace/page"; - let params = { + // const url = "/resi/partymember/icpartyplace/page"; + const url = "/resi/partymember/icpartyplace/getPageList"; + let params = { limit: this.pageSize, page: this.pageNo, ...this.formData, @@ -266,8 +295,8 @@ export default { const { data, code, msg } = await requestGet(url, params); if (code === 0) { - this.total = data.total; - this.tableData = data.list; + // this.total = data.total; + this.tableData = data; } else { this.$message.error(msg); } @@ -276,8 +305,8 @@ export default { getTypeLable(type) { if (type) { - const lable = - this.unitList.filter((item) => item.value == type)[0].label; + const lable = this.unitList.filter((item) => item.value == type)[0] + .label; return lable; } return ""; @@ -363,14 +392,14 @@ export default { this.$http .delete("/resi/partymember/icpartyplace", { data: [row.id] }) .then((res) => { - this.$message({ - type: "success", - message: "删除成功", - }); + this.$message({ + type: "success", + message: "删除成功", + }); this.loadTable(); }) .catch((res) => { - this.$message.error(res.msg||'删除失败!'); + this.$message.error(res.msg || "删除失败!"); }); }, //重置搜索条件 diff --git a/src/views/modules/communityParty/partyBuilding/activitysForm.vue b/src/views/modules/communityParty/partyBuilding/activitysForm.vue index 57ae856..05a873f 100644 --- a/src/views/modules/communityParty/partyBuilding/activitysForm.vue +++ b/src/views/modules/communityParty/partyBuilding/activitysForm.vue @@ -9,6 +9,22 @@ :disabled="formType === 'detail'" class="form" > + + + + + + + + + + + + + + + + + + diff --git a/src/views/modules/partymember/edit-dyzxh.vue b/src/views/modules/partymember/edit-dyzxh.vue new file mode 100644 index 0000000..516d52b --- /dev/null +++ b/src/views/modules/partymember/edit-dyzxh.vue @@ -0,0 +1,292 @@ + + + + + + diff --git a/src/views/modules/partymember/icpartyorg-add-or-update.vue b/src/views/modules/partymember/icpartyorg-add-or-update.vue index 9664f05..ed3f35d 100644 --- a/src/views/modules/partymember/icpartyorg-add-or-update.vue +++ b/src/views/modules/partymember/icpartyorg-add-or-update.vue @@ -105,6 +105,13 @@ placeholder="党组织介绍" > + + +
{{ "负责人" }} 领导班子 + 党员中心户 + + @@ -210,6 +214,7 @@