telephone-clients 3.0.105-20 → 3.0.105-21

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": "telephone-clients",
3
- "version": "3.0.105-20",
3
+ "version": "3.0.105-21",
4
4
  "description": "呼叫模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -331,11 +331,17 @@
331
331
  if (res === 'confirm') {
332
332
  this.PrintReceipt()
333
333
  }else {
334
- this.$dispatch('confirm')
334
+ this.$showMessage('其他收费成功!!!', ['confirm', 'cancel']).then((res)=>{
335
+ this.$dispatch('confirm')
336
+ })
335
337
  // //tag
336
338
  // this.$back(this.othercharge_id)
337
339
  }
338
340
  })
341
+ }else {
342
+ this.$showMessage('其他收费成功!!!', ['confirm', 'cancel']).then((res)=>{
343
+ this.$dispatch('confirm')
344
+ })
339
345
  }
340
346
  }
341
347
  }else {