sale-client 3.5.42 → 3.5.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.5.42",
3
+ "version": "3.5.43",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -318,6 +318,7 @@ export default {
318
318
  this.fileSaveData.modifyReason = ''
319
319
  }
320
320
  let details = await this.$resetpost('rs/logic/filechangeDetails', {data: this.fileSaveData}, {resolveMsg: null, rejectMsg: '获取修改明细出错!'})
321
+ this.seaching = false
321
322
  this.filechangeDetails.rows = details.data.changeDetails
322
323
  this.filechangeDetailsShow = details.data.isChange
323
324
  }
@@ -248,7 +248,9 @@
248
248
  }
249
249
  condition.push(temp)
250
250
  }
251
+ let uuid = this.$login.guid()
251
252
  let data = {
253
+ uuid: uuid,
252
254
  condition: condition,
253
255
  f_audit_person: this.$login.f.name
254
256
  }