From 4cd787ffc173727889fe891126cac7d36cba1063 Mon Sep 17 00:00:00 2001 From: buffeyu Date: Wed, 26 Jan 2022 11:29:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/quotation-details/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) }