[update] 工作组收费通知校验参数修改

This commit is contained in:
zhaoxiao
2021-09-06 14:35:01 +08:00
parent c7af6d8d35
commit 59e8de2a87
2 changed files with 4 additions and 4 deletions
@@ -354,7 +354,8 @@ export default {
return return
} }
let param = { let param = {
ids: this.selectedRowKeys.join(',') ids: this.selectedRowKeys.join(','),
workingGroupId: this.workingGroupProjectId
} }
// 判断选中的成员是否存在来款方式非收费通知的 // 判断选中的成员是否存在来款方式非收费通知的
getChargeNotice(param).then(res => { getChargeNotice(param).then(res => {
@@ -367,7 +368,6 @@ export default {
this.$message.warn(res.message) this.$message.warn(res.message)
} }
}) })
} }
} }
} }
+2 -2
View File
@@ -76,7 +76,7 @@ module.exports = {
}, },
devServer: { devServer: {
port: 21825, port: 3000,
proxy: { proxy: {
/* '/api': { /* '/api': {
target: 'https://mock.ihx.me/mock/5baf3052f7da7e07e04a5116/antd-pro', //mock API接口系统 target: 'https://mock.ihx.me/mock/5baf3052f7da7e07e04a5116/antd-pro', //mock API接口系统
@@ -88,7 +88,7 @@ module.exports = {
},*/ },*/
'/jero-boot': { '/jero-boot': {
// '' // ''
target: 'http://localhost:21824', //请求本地 jero-boot后台项目 target: 'http://localhost:8080', //请求本地 jero-boot后台项目
ws: false, ws: false,
changeOrigin: true, changeOrigin: true,
}, },