@@ -897,8 +897,8 @@ export default {
cancelButtonText: "取消",
callback(action) {
if (action === "confirm") {
- that.resetForm(ref);
that.addDialogShow = false;
+ that.resetForm(ref);
}
},