sale-client 3.6.290 → 3.6.291

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.6.290",
3
+ "version": "3.6.291",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -406,7 +406,7 @@
406
406
  }
407
407
  }
408
408
  } else {
409
- self.$dispatch('success', '卡表收费')
409
+ self.$dispatch('success', '卡表收费', self.row)
410
410
  }
411
411
  self.clickConfirm = false
412
412
  } catch (error) {
@@ -502,7 +502,7 @@
502
502
  self.$dispatch('refresh', self.row)
503
503
  } else {
504
504
  self.$resetpost('rs/logic/writeCardAgin', getNoWriteCard.data[0], {resolveMsg: '重新写卡成功', rejectMsg: '重新写卡失败'})
505
- self.$dispatch('success', '卡表收费')
505
+ self.$dispatch('success', '卡表收费', self.row)
506
506
  }
507
507
  } else {
508
508
  self.$dispatch('refresh', self.row)
@@ -368,7 +368,7 @@
368
368
  // self.$dispatch('success')
369
369
  }
370
370
  } else {
371
- self.$dispatch('success', '物联网收费')
371
+ self.$dispatch('success', '物联网收费', self.row)
372
372
  }
373
373
  } catch (error) {
374
374
  if (error.status === 301) {