Commit 974da40d by xiehao

1、修复了接口传参

1 parent 28e885bf
Showing with 2 additions and 1 deletions
......@@ -60,7 +60,7 @@
<img
@click="clickGraph(index)"
class="tu_biao_icon"
:src="'data:image/svg+xml;base64,' + item.icon"
:src="item.icon"
alt=""
/>
</div>
......@@ -135,6 +135,7 @@ export default {
this.graphIndex = -1
const params = {
graphType: name,
metaType: 2
}
query_jia_gou_gui_shu_belong_icon(params).then((res) => {
if (res.code == 200) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!