杨阁辉 4 years ago
parent
commit
d1de66cce8
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() {
var params = {
title: '修改报价'
title: '修改报价',
id: this.upDataObj.id
}
go2('submit-quotation', params)
}

Loading…
Cancel
Save