Commit b75a6b0b authored by 黄奎's avatar 黄奎

页面修改

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