Browse Source

no message

feature/v1.5
xpz2018 4 years ago
parent
commit
e2eab1d26f
1 changed files with 3 additions and 0 deletions
  1. 3
      pages/process/outside-item/index.js

3
pages/process/outside-item/index.js

@ -26,6 +26,9 @@ Component({
if(value){
this.data.item.settleUnitPrice = value.unitPrice
this.statAmount()
wx.nextTick(() => {
this.triggerEvent('change', {index: this.data.index, item: this.data.item});
})
if(value.weightNoteImages){
this.data.fileList = []
for (let index = 0; index < value.weightNoteImages.length; index++) {

Loading…
Cancel
Save