@@ -226,6 +226,7 @@ export default {
.then(res => {
this.saving = false;
if (res.code == "ok") {
+ this.$toast.success('提交成功')
} else {
this.$toast.fail(res.msg);
}