@@ -1562,8 +1562,11 @@
}
this.butLoading = false;
- // 返回
- this.handleClose();
+ if (type == 'submit-reset' || type == 'submit') {
+ // 返回
+ this.handleClose();
+ }
+
this.$emit('reload');
} catch (error) {