diff --git a/src/views/modules/base/community/communityForm.vue b/src/views/modules/base/community/communityForm.vue index cbd58b039..5bab55912 100644 --- a/src/views/modules/base/community/communityForm.vue +++ b/src/views/modules/base/community/communityForm.vue @@ -474,7 +474,7 @@ export default { this.resetData() this.$emit('dialogOk') this.btnDisable = false - } else { + } else if (code>=8000){ this.btnDisable = false this.$message.error(msg) } diff --git a/src/views/modules/communityService/commonDemand/index.vue b/src/views/modules/communityService/commonDemand/index.vue index d8f8f764f..a129cdfa4 100644 --- a/src/views/modules/communityService/commonDemand/index.vue +++ b/src/views/modules/communityService/commonDemand/index.vue @@ -1,20 +1,15 @@ @@ -380,7 +376,7 @@ tableLoading: false, user: {}, agencyId: '', - + searchH:170, tableData: [], statusArray: [ @@ -452,9 +448,10 @@ }, computed: { maxTableHeight () { - return this.$store.state.inIframe - ? this.clientHeight - 410 + this.iframeHeigh - : this.clientHeight - 410; + const h = + this.clientHeight - this.searchH - 275 + this.iframeHeight; + const _h = this.clientHeight - 275 - this.searchH; + return this.$store.state.inIframe ? h : _h; }, ...mapGetters(["clientHeight", "iframeHeight"]), }, diff --git a/src/views/modules/communityService/labelConfig/addForm.vue b/src/views/modules/communityService/labelConfig/addForm.vue new file mode 100644 index 000000000..6c263a8d5 --- /dev/null +++ b/src/views/modules/communityService/labelConfig/addForm.vue @@ -0,0 +1,590 @@ + + + + + \ No newline at end of file diff --git a/src/views/modules/communityService/labelConfig/index.vue b/src/views/modules/communityService/labelConfig/index.vue new file mode 100644 index 000000000..a9709c2ea --- /dev/null +++ b/src/views/modules/communityService/labelConfig/index.vue @@ -0,0 +1,236 @@ + + + + diff --git a/src/views/modules/shequzhili/xiangmu/cpts/project-info.vue b/src/views/modules/shequzhili/xiangmu/cpts/project-info.vue index 2fdc5b230..c8ee5d574 100644 --- a/src/views/modules/shequzhili/xiangmu/cpts/project-info.vue +++ b/src/views/modules/shequzhili/xiangmu/cpts/project-info.vue @@ -1050,7 +1050,7 @@ export default { if (data.projectStatus == "pending") { this.getMyDepartmentList(); - this.getAssistanceUnitList(); + // this.getAssistanceUnitList(); if (data.returnable) { this.getReturnableList(); } @@ -1094,19 +1094,19 @@ export default { }, //加载组织数据 - async getAssistanceUnitList () { - const url = "/heart/icpartyunit/assistanceUnitList"; - - const { data, code, msg } = await requestPost(url, { - // projectId: this.projectIdCopy, - }); - - if (code === 0) { - this.assistanceUnitList = data; - } else { - this.$message.error(msg); - } - }, + // async getAssistanceUnitList () { + // const url = "/heart/icpartyunit/assistanceUnitList"; + + // const { data, code, msg } = await requestPost(url, { + // // projectId: this.projectIdCopy, + // }); + + // if (code === 0) { + // this.assistanceUnitList = data; + // } else { + // this.$message.error(msg); + // } + // }, //加载组织数据 async getIssueInfo () {