Browse Source

修改详情

devlop
buffeyu 4 years ago
parent
commit
4cd787ffc1
1 changed files with 2 additions and 1 deletions
  1. 3
      pages/quotation-details/index.vue

3
pages/quotation-details/index.vue

@ -192,7 +192,8 @@ export default {
// //
editPrice() { editPrice() {
var params = { var params = {
title: '修改报价'
title: '修改报价',
id: this.upDataObj.id
} }
go2('submit-quotation', params) go2('submit-quotation', params)
} }

Loading…
Cancel
Save