Browse Source

备注

devlop
邓雄飞 4 years ago
parent
commit
05b7feb91c
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/submit-quotation/index.vue

2
pages/submit-quotation/index.vue

@ -491,8 +491,8 @@ export default {
} }
} }
var params = { var params = {
remark: this.quotationRemark, //
...this.upDataObj, ...this.upDataObj,
remark: this.quotationRemark, //
userId: this.$store.state.userInfo.userId userId: this.$store.state.userInfo.userId
} }
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {

Loading…
Cancel
Save