Commit 974da40d by xiehao

1、修复了接口传参

1 parent 28e885bf
Showing with 2 additions and 1 deletions
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<img <img
@click="clickGraph(index)" @click="clickGraph(index)"
class="tu_biao_icon" class="tu_biao_icon"
:src="'data:image/svg+xml;base64,' + item.icon" :src="item.icon"
alt="" alt=""
/> />
</div> </div>
...@@ -135,6 +135,7 @@ export default { ...@@ -135,6 +135,7 @@ export default {
this.graphIndex = -1 this.graphIndex = -1
const params = { const params = {
graphType: name, graphType: name,
metaType: 2
} }
query_jia_gou_gui_shu_belong_icon(params).then((res) => { query_jia_gou_gui_shu_belong_icon(params).then((res) => {
if (res.code == 200) { 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!