相关方 - 相关方单位人员管理 - 相关方所有人员信息的重新推送接口修复

xuyifeng-0724-人员中台对接-dev
water_xu 2024-08-15 09:48:43 +08:00
parent 1c892cdc64
commit 2a6c20c687
1 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ export default {
this.form.FLOWS_TYPE = '2'
if (this.form.TYPE !== '2') {
this.loading = true
requestFN('/xgf/user/approveMax', this.form)
requestFN('/xgf/user/repeatPush', this.form)
.then((data) => {
if (data.code === '0') {
this.$message.success('推送成功')
@ -234,7 +234,7 @@ export default {
}
}
this.loading = true
upload('/xgf/user/approveMax', formData)
upload('/xgf/user/repeatPush', formData)
.then((data) => {
this.$message.success('推送成功')
this.visible = false