This commit is contained in:
@fawn-nine
2023-08-30 15:50:54 +08:00
parent b43dabab27
commit abab043be0
2 changed files with 9 additions and 0 deletions

View File

@@ -878,6 +878,7 @@
if (res.code == 0) {
this.getDate()
this.$refs.BoardEditorForm.resetFields()
this.$message.success('succeed!');
this.BoardEditorFormVisible = false
} else {
this.$message.error(res.msg);