@@ -145,6 +145,7 @@ export default {
}
this.lastInputStr = substr;
}).catch((error) => {
+ this.lastInputStr = substr;
this.$message.error(error)
})