diff --git a/pages/submit-quotation/index.vue b/pages/submit-quotation/index.vue index 9be9eef..6cde983 100644 --- a/pages/submit-quotation/index.vue +++ b/pages/submit-quotation/index.vue @@ -491,8 +491,8 @@ export default { } } var params = { - remark: this.quotationRemark, // 报价备注 ...this.upDataObj, + remark: this.quotationRemark, // 报价备注 userId: this.$store.state.userInfo.userId } return new Promise((resolve, reject) => {