Commit 56ef1374 by yuananting

fix:批量删除更新左侧树合计

parent 49b5b42b
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: yuananting * @Author: yuananting
* @Date: 2021-02-25 11:23:47 * @Date: 2021-02-25 11:23:47
* @LastEditors: yuananting * @LastEditors: yuananting
* @LastEditTime: 2021-05-30 21:29:46 * @LastEditTime: 2021-05-31 13:42:54
* @Description: 助学工具-题库-试卷列表数据 * @Description: 助学工具-题库-试卷列表数据
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -479,6 +479,7 @@ class PaperList extends Component { ...@@ -479,6 +479,7 @@ class PaperList extends Component {
if (res.success) { if (res.success) {
message.success('删除成功'); message.success('删除成功');
this.queryPaperPageList(); this.queryPaperPageList();
Bus.trigger("queryCategoryTree", "remain");
this.clearSelect(); this.clearSelect();
} else { } else {
message.error('删除失败'); message.error('删除失败');
......
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