This commit is contained in:
24kycj
2025-05-22 16:51:00 +08:00
parent f41246730e
commit 795a7cec7d
3 changed files with 12 additions and 8 deletions
+6 -3
View File
@@ -109,10 +109,13 @@ export default {
req_type: 1,
req_info: {}
})
.then(() => {})
.then(() => {
notifyInstance.close()
setTimeout(() => {
that.errors.splice(that.errors.indexOf(data.message), 1)
}, 10000);
})
.catch(() => {})
that.errors.splice(that.errors.indexOf(data.message), 1)
notifyInstance.close()
}
}
},