@@ -613,6 +613,12 @@
})
this.btnLoading = false
+ }).catch(() => {
+ this.$message({
+ type: 'info',
+ message: '已取消'
+ })
+ this.btnLoading = false
},
inputCompany (val) {
@@ -622,6 +622,12 @@