@@ -1328,6 +1328,7 @@ export default {
this.$modal.msgSuccess(msg);
this.getList();
this.open = false;
+ this.openDetail = false;
compute(this.form).then((response) => {});
}
});