md
This commit is contained in:
parent
9ba3012f09
commit
1ad25bbd94
@ -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;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user