相关方 - 相关方单位人员管理 - 相关方所有人员信息的重新推送接口修复
parent
1c892cdc64
commit
2a6c20c687
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue