Commit bc3e994a by 姜雷

删除打印

parent 5519c273
......@@ -19,8 +19,6 @@ const initAction = () => ({
return fetchDashboardAreaList({
data: entity,
}).then(res => {
console.log(res);
const list = res.data;
commit(GET_AREA_LIST, list);
});
......
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