From 59e8de2a87db40460e1ea97873ee0dacb8cf449b Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Mon, 6 Sep 2021 14:35:01 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=B7=A5=E4=BD=9C=E7=BB=84=E6=94=B6?= =?UTF-8?q?=E8=B4=B9=E9=80=9A=E7=9F=A5=E6=A0=A1=E9=AA=8C=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectManagement/WorkingGroupMemberUnitMaintenance.vue | 4 ++-- vue.config.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/projectManagement/WorkingGroupMemberUnitMaintenance.vue b/src/views/projectManagement/WorkingGroupMemberUnitMaintenance.vue index cc73c8c..4c6ee29 100644 --- a/src/views/projectManagement/WorkingGroupMemberUnitMaintenance.vue +++ b/src/views/projectManagement/WorkingGroupMemberUnitMaintenance.vue @@ -354,7 +354,8 @@ export default { return } let param = { - ids: this.selectedRowKeys.join(',') + ids: this.selectedRowKeys.join(','), + workingGroupId: this.workingGroupProjectId } // 判断选中的成员是否存在来款方式非收费通知的 getChargeNotice(param).then(res => { @@ -367,7 +368,6 @@ export default { this.$message.warn(res.message) } }) - } } } diff --git a/vue.config.js b/vue.config.js index 307b008..939bd47 100644 --- a/vue.config.js +++ b/vue.config.js @@ -76,7 +76,7 @@ module.exports = { }, devServer: { - port: 21825, + port: 3000, proxy: { /* '/api': { target: 'https://mock.ihx.me/mock/5baf3052f7da7e07e04a5116/antd-pro', //mock API接口系统 @@ -88,7 +88,7 @@ module.exports = { },*/ '/jero-boot': { // '' - target: 'http://localhost:21824', //请求本地 jero-boot后台项目 + target: 'http://localhost:8080', //请求本地 jero-boot后台项目 ws: false, changeOrigin: true, },