bug修复-连点bug修复

pet_li_6.6
liujun 2024-04-17 17:58:26 +08:00
parent 66f708e4e6
commit 71720df56f
1 changed files with 4 additions and 0 deletions

View File

@ -153,12 +153,14 @@ export default {
this.$message.error('请填写完整信息')
} else {
if (this.form.TYPE !== '2') {
this.loading = true
requestFN('/xgf/user/approveMax', this.form)
.then((data) => {
this.$message.success('推送成功')
this.visible = false
this.$emit('refresh', '')
this.handleClose()
this.loading = false
})
.catch((e) => {
console.log(e)
@ -174,12 +176,14 @@ export default {
formData.append('weiTuoShu', this.form.APPOINT_ANNEX[i].raw)
}
}
this.loading = true
upload('/xgf/user/approveMax', formData)
.then((data) => {
this.$message.success('推送成功')
this.visible = false
this.$emit('refresh', '')
this.handleClose()
this.loading = false
})
.catch((e) => {
console.log(e)