Commit 8d6114be authored by “yiyousong”'s avatar “yiyousong”

fix: 修复应用主题删除时的报错

parent b40a56fb
...@@ -234,7 +234,7 @@ export default { ...@@ -234,7 +234,7 @@ export default {
let { code, msg } = res.data; let { code, msg } = res.data;
if (code === 1) { if (code === 1) {
_this.$message.success(msg); _this.$message.success(msg);
this.selectedRowKeys = []; _this.selectedRowKeys = [];
_this.getCategoryList(); _this.getCategoryList();
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment