This commit is contained in:
yanran200730
2023-06-09 14:50:08 +08:00
parent b89581c900
commit 8af5ea6f45
2 changed files with 12 additions and 1 deletions

View File

@@ -187,6 +187,7 @@ export default {
...this.form
}).then(res => {
if (res.code == 0) {
this.getTableData()
this.$message.success('提交成功!')
this.isShow = false