Commit 41ab270f authored by 黄奎's avatar 黄奎

页面修改

parent 0f87234e
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</q-table> </q-table>
<studyAbroad-form v-if="isShowStudy" :save-obj="studyObj" @close="closeStudyForm" @success="refreshPage"> <studyAbroad-form v-if="isShowStudy" :save-obj="studyObj" @close="closeStudyForm" @success="refreshPage">
</studyAbroad-form> </studyAbroad-form>
<studyAbroadprice-form v-if="closeStudyForm" :save-obj="studyObj" @close="closeStudyForm" @success="refreshPage"> <studyAbroadprice-form v-if="isShowStudyPrice" :save-obj="studyObj" @close="closeStudyForm" @success="refreshPage">
</studyAbroadprice-form> </studyAbroadprice-form>
</div> </div>
</div> </div>
...@@ -170,7 +170,6 @@ ...@@ -170,7 +170,6 @@
PageCount: 0, PageCount: 0,
isShowStudy: false, //是否显示留学弹窗 isShowStudy: false, //是否显示留学弹窗
studyObj: {}, //留学对象 studyObj: {}, //留学对象
isShowStudyPrice: false, //是否显示价格设置 isShowStudyPrice: false, //是否显示价格设置
} }
}, },
...@@ -206,6 +205,7 @@ ...@@ -206,6 +205,7 @@
closeStudyForm() { closeStudyForm() {
this.isShowStudy = false; this.isShowStudy = false;
this.isShowStudyPrice = false; this.isShowStudyPrice = false;
this.refreshPage();
}, },
//刷新页面 //刷新页面
refreshPage() { refreshPage() {
......
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