diff --git a/pages/quotation-details/index.vue b/pages/quotation-details/index.vue index 4fd7930..06d6960 100644 --- a/pages/quotation-details/index.vue +++ b/pages/quotation-details/index.vue @@ -192,7 +192,8 @@ export default { // 修改报价按钮 editPrice() { var params = { - title: '修改报价' + title: '修改报价', + id: this.upDataObj.id } go2('submit-quotation', params) }