Commit b75a6b0b authored by 黄奎's avatar 黄奎

页面修改

parent 28aabf73
......@@ -147,7 +147,7 @@
</q-table>
</div>
<q-dialog v-model="showForm" persistent>
<quotation-form :obj="offerObj" @save="showForm=false"></quotation-form>
<quotation-form :obj="offerObj" @save="refreshPage()"></quotation-form>
</q-dialog>
</div>
</template>
......@@ -258,6 +258,10 @@
this.getcourseofferpage();
},
methods: {
refreshPage() {
this.showForm = false;
this.getcourseofferpage();
},
gotoDetails(item) {
this.$router.push({
path: "/sale/quotation",
......
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