This commit is contained in:
yanran200730
2021-12-23 19:02:58 +08:00
parent ac46ebb348
commit 6ec6c4a73e

View File

@@ -149,6 +149,7 @@
this.instance.post(`/app/appcontentmodulecategory/delete?ids=${id}`).then(res => {
if (res.code == 0) {
this.$message.success('删除成功!')
this.getList()
this.getCateList()
}
})