|
|
@@ -80,10 +80,7 @@ export default {
|
|
|
this.$util.confirmModal({content:'确认发放?'},() => {
|
|
|
createHb({ userId: this.userId, customId: this.customId, ...this.form, }).then(res => {
|
|
|
if (res.code == 1) {
|
|
|
- this.$msg('发放成功')
|
|
|
- setTimeout(() => {
|
|
|
- this.$util.pageTo({url: '/admin/hb/result?id='+res.data.id,type:2})
|
|
|
- }, 500)
|
|
|
+ this.$util.pageTo({url: '/admin/hb/result?id='+res.data.id,type:2})
|
|
|
}
|
|
|
})
|
|
|
})
|