Commit 130856a2 authored by zhengke's avatar zhengke

修改

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