相关方所有人员管理 - 重复推送接口
parent
86771a851b
commit
b0e5a2826e
|
@ -206,7 +206,7 @@ export default {
|
||||||
this.form.FLOWS_TYPE = '2'
|
this.form.FLOWS_TYPE = '2'
|
||||||
if (this.form.TYPE !== '2') {
|
if (this.form.TYPE !== '2') {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
requestFN('/xgf/user/approveMax', this.form)
|
requestFN('/xgf/user/repeatPush', this.form)
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
if (data.code === '0') {
|
if (data.code === '0') {
|
||||||
this.$message.success('推送成功')
|
this.$message.success('推送成功')
|
||||||
|
|
Loading…
Reference in New Issue