This commit is contained in:
linfso 2025-08-07 11:45:22 +08:00
parent 9ba3012f09
commit 1ad25bbd94

View File

@ -679,6 +679,9 @@ export default {
}else{ }else{
this.$emit("on-changed"); this.$emit("on-changed");
} }
}).catch(error => {
console.log("错误:", error.message);
this.isDoing=false;
}); });
}else{ }else{
this.isDoing=true; this.isDoing=true;
@ -691,6 +694,9 @@ export default {
}else{ }else{
this.$emit("on-changed"); this.$emit("on-changed");
} }
}).catch(error => {
console.log("错误:", error.message);
this.isDoing=false;
}); });
} }
} }