调整
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user