Commit 130856a2 authored by zhengke's avatar zhengke

修改

parent 49729eeb
......@@ -1304,7 +1304,6 @@
this.FxState = this.$route.query.FxState;
}
this.getTree();
this.getService();
this.getRule();
this.getSpeciList();
......@@ -2207,6 +2206,7 @@
}
this.getSuggestPrice();
this.getFXDGradeList2();
this.getTree();
}
}
);
......
......@@ -1039,7 +1039,6 @@
this.FxState = this.$route.query.FxState;
}
this.gethuiyList();
this.getTree();
this.getRule();
this.getSpeciList();
this.getDistributor();
......@@ -1512,6 +1511,7 @@
}
this.getSuggestPrice();
this.getFXDGradeList2();
this.getTree();
this.apipost("/api/GuideCar/GetGuideCarList", {}, res => {
if (res.data.resultCode == 1) {
......
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