Commit 4d5bed0d by yuananting

fix:返回调用接口补充

parent 166c3dca
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: yuananting * @Author: yuananting
* @Date: 2021-02-25 13:46:35 * @Date: 2021-02-25 13:46:35
* @LastEditors: yuananting * @LastEditors: yuananting
* @LastEditTime: 2021-04-07 09:48:34 * @LastEditTime: 2021-05-08 14:56:44
* @Description: 助学工具-题库-新建/编辑题目 * @Description: 助学工具-题库-新建/编辑题目
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -164,6 +164,8 @@ class OperateQuestion extends Component { ...@@ -164,6 +164,8 @@ class OperateQuestion extends Component {
window.RCHistory.push({ window.RCHistory.push({
pathname: `/question-manage-index?categoryId=${getParameterByName("categoryId")}`, pathname: `/question-manage-index?categoryId=${getParameterByName("categoryId")}`,
}); });
Bus.trigger("queryCategoryTree", "remain");
Bus.trigger("queryQuestionPageList", getParameterByName("categoryId"));
}, },
}); });
}; };
......
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