@@ -1052,11 +1052,13 @@ export default {
}
that.$message.error(res.message);
- }
+ }
+ that.loading = false;
}).catch(function () {
that.loading = false;
});
- }).catch(() => {
+ }).catch(() => {
} else {
this.$message.error('至少要选择一条数据');